TARGET = uktrainplanner HEADERS += src/chooser.h \ src/departureboard.h \ src/departurewidget.h \ src/favouritestations.h \ src/servicewindow.h \ src/stationchooser.h SOURCES += src/qtmain.cpp \ src/chooser.cpp \ src/departureboard.cpp \ src/departurewidget.cpp \ src/favouritestations.cpp \ src/servicewindow.cpp \ src/stationchooser.cpp FORMS += src/chooser.ui \ src/stationchooser.ui \ src/favouritestations.ui \ src/departureboard.ui \ src/servicewindow.ui \ src/departurewidget.ui RESOURCES += src/icons.qrc \ src/stations.qrc LEXSOURCES += #LEXS# YACCSOURCES += #YACCS# INCLUDEPATH += LIBS += DEFINES += # All generated files goes same directory OBJECTS_DIR = build MOC_DIR = build UI_DIR = build DESTDIR = build TEMPLATE = app DEPENDPATH += VPATH += src uis CONFIG -= CONFIG += debug QT = core \ gui \ xml \ network \ xmlpatterns INSTALLS += target target.path = /usr/bin/ INSTALLS += desktop desktop.path = /usr/share/applications/hildon desktop.files = data/uktrainplanner.desktop INSTALLS += service service.path = /usr/share/dbus-1/services service.files = data/uktrainplanner.service INSTALLS += icon64 icon64.path = /usr/share/icons/hicolor/64x64/apps icon64.files = data/64x64/uktrainplanner.png # # Targets for debian source and binary package creation # debian-src.commands = dpkg-buildpackage -S -r -us -uc -d debian-bin.commands = dpkg-buildpackage -b -r -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 compiler_clean OTHER_FILES += RESOURCES +=