2b2b96980fed8cafe5ba84e8703633c4829b03e7
[impuzzle] / src / src.pro
1 TEMPLATE = app
2 TARGET = impuzzle
3 DEPENDPATH += .
4 INCLUDEPATH += .
5 DESTDIR = ../bin
6 maemo5:QT += maemo5
7
8 # Input
9 HEADERS += gameview.h \
10     mainwindow.h \
11     imageimporter.h \
12     puzzleitem.h \
13     defines.h \
14     introitem.h \
15     settings.h \
16     settingsdialog.h \
17     aboutdialog.h
18 SOURCES += gameview.cpp \
19     main.cpp \
20     mainwindow.cpp \
21     imageimporter.cpp \
22     puzzleitem.cpp \
23     introitem.cpp \
24     settings.cpp \
25     settingsdialog.cpp \
26     aboutdialog.cpp
27 RESOURCES += resources.qrc
28 desktop.files += impuzzle.desktop
29 desktop.path = /usr/share/applications/hildon/
30 icon.files += images/impuzzle.png
31 icon.path = /usr/share/pixmaps/
32 target.path = /opt/impuzzle/
33 INSTALLS += target \
34     desktop \
35     icon