2b28d76bc1f4897a48dda262deece69511023855
[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     statistics.h \
19     statisticsdialog.h
20 SOURCES += gameview.cpp \
21     main.cpp \
22     mainwindow.cpp \
23     imageimporter.cpp \
24     puzzleitem.cpp \
25     introitem.cpp \
26     settings.cpp \
27     settingsdialog.cpp \
28     aboutdialog.cpp \
29     statistics.cpp \
30     statisticsdialog.cpp
31 RESOURCES += resources.qrc
32 desktop.files += impuzzle.desktop
33 desktop.path = /usr/share/applications/hildon/
34 icon.files += images/impuzzle.png
35 icon.path = /usr/share/pixmaps/
36 target.path = /opt/impuzzle/
37 INSTALLS += target \
38     desktop \
39     icon