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