TEMPLATE = app TARGET = impuzzle DEPENDPATH += . INCLUDEPATH += . DESTDIR = ../bin maemo5:QT += maemo5 # Input HEADERS += gameview.h \ mainwindow.h \ imageimporter.h \ puzzleitem.h \ defines.h \ introitem.h \ settings.h \ settingsdialog.h \ aboutdialog.h SOURCES += gameview.cpp \ main.cpp \ mainwindow.cpp \ imageimporter.cpp \ puzzleitem.cpp \ introitem.cpp \ settings.cpp \ settingsdialog.cpp \ aboutdialog.cpp RESOURCES += resources.qrc desktop.files += impuzzle.desktop desktop.path = /usr/share/applications/hildon/ icon.files += images/impuzzle.png icon.path = /usr/share/pixmaps/ target.path = /opt/impuzzle/ INSTALLS += target \ desktop \ icon