TARGET = grr HEADERS += googlereader.h feedswindow.h entrieswindow.h contentwindow.h SOURCES += qtmain.cpp googlereader.cpp feedswindow.cpp entrieswindow.cpp contentwindow.cpp RESOURCES += grr.qrc FORMS += LEXSOURCES += #LEXS# YACCSOURCES += #YACCS# INCLUDEPATH += LIBS += -lqjson DEFINES += # All generated files goes same directory OBJECTS_DIR = build MOC_DIR = build UI_DIR = build DESTDIR = build TEMPLATE = app DEPENDPATH += VPATH += src CONFIG -= CONFIG += debug QT = core gui network xml webkit maemo5 # # Targets for debian source and binary package creation # debian-src.commands = dpkg-buildpackage -rfakeroot -sa -S debian-bin.commands = dpkg-buildpackage -b -rfakeroot -uc -d debian-all.depends = debian-src debian-bin # # Clean all but Makefile # compiler_clean.commands = -$(DEL_FILE) $(TARGET) QMAKE_EXTRA_TARGETS += debian-all debian-src debian-bin install compiler_clean unix { PREFIX = debian/grr BINDIR = $$PREFIX/opt/grr DATADIR = $$PREFIX/usr/share DEFINES += DATADIR=\"$$DATADIR\" PKGDATADIR=\"$$PKGDATADIR\" INSTALLS += target desktop icon64 target.path = $$BINDIR desktop.path = $$DATADIR/applications/hildon desktop.files += grr.desktop icon64.path = $$DATADIR/icons/hicolor/64x64/apps icon64.files += grr.png }