Don't forget updated project
[vexed] / qexed.pro
1 #-------------------------------------------------
2 #
3 # Project created by QtCreator 2010-06-17T09:17:07
4 #
5 #-------------------------------------------------
6
7 QT       += core gui
8
9 TARGET = qexed
10 TEMPLATE = app
11
12
13 SOURCES += main.cpp\
14         mainwindow.cpp \
15     playfield.cpp \
16     fieldview.cpp \
17     levelpack.cpp \
18     iconset.cpp \
19     preferences.cpp \
20     howtoplay.cpp \
21     settings.cpp \
22     needadvance.cpp \
23     about.cpp
24
25 HEADERS  += mainwindow.h \
26     playfield.h \
27     fieldview.h \
28     levelpack.h \
29     iconset.h \
30     preferences.h \
31     howtoplay.h \
32     settings.h \
33     needadvance.h \
34     about.h
35
36 FORMS    += mainwindow.ui \
37     preferences.ui \
38     howtoplay.ui \
39     needadvance.ui \
40     about.ui
41
42 CONFIG += mobility
43 MOBILITY = 
44
45 symbian {
46     TARGET.UID3 = 0xe9d84f35
47     # TARGET.CAPABILITY += 
48     TARGET.EPOCSTACKSIZE = 0x14000
49     TARGET.EPOCHEAPSIZE = 0x020000 0x800000
50 }
51
52 OTHER_FILES += \
53     block8.bmp \
54     block7.bmp \
55     block6.bmp \
56     block5.bmp \
57     block4.bmp \
58     block3.bmp \
59     block2.bmp \
60     block1.bmp \
61     qexed.desktop \
62     howtoplay.txt
63
64 RESOURCES += \
65     media.qrc
66
67 maemo5|maemo6 {
68     target.path = /opt/bin
69     INSTALLS += target
70 }