"Go to background ims no "Show statusbar" and works
[ghostsoverboard] / ghostsoverboard.pro
1 #-------------------------------------------------
2 #
3 # Project created by QtCreator 2011-05-03T17:35:02
4 #
5 #-------------------------------------------------
6
7 QT       += core gui
8 QT      += dbus
9
10 TARGET = ghostsoverboard
11 TEMPLATE = app
12
13
14 SOURCES += main.cpp\
15     orientationcontrolledgraphicspixmapobject.cpp \
16     seascene.cpp \
17     ship.cpp \
18     screenlitkeeper.cpp \
19     timercontrolledgraphicspixmapobject.cpp \
20     octopus.cpp \
21     level.cpp \
22     seaview.cpp
23
24 HEADERS  += \
25     orientationcontrolledgraphicspixmapobject.h \
26     seascene.h \
27     ship.h \
28     screenlitkeeper.h \
29     timercontrolledgraphicspixmapobject.h \
30     octopus.h \
31     level.h \
32     seaview.h
33
34 CONFIG += mobility
35 MOBILITY = sensors
36 MOBILITY += systeminfo
37
38 symbian {
39     TARGET.UID3 = 0xe3f4bbc2
40     # TARGET.CAPABILITY += 
41     TARGET.EPOCSTACKSIZE = 0x14000
42     TARGET.EPOCHEAPSIZE = 0x020000 0x800000
43 }
44
45 unix:!symbian {
46     maemo5 {
47         target.path = /opt/usr/bin
48     } else {
49         target.path = /usr/local/bin
50     }
51     INSTALLS += target
52 }
53
54 RESOURCES += \
55     orientationcontrol2pix.qrc
56
57 maemo5 {
58     desktopfile.files = $${TARGET}.desktop
59     desktopfile.path = /usr/share/applications/hildon
60     INSTALLS += desktopfile
61
62
63 }
64
65 maemo5 {
66     icon.files = ghostsoverboard.png
67     icon.path = /usr/share/icons/hicolor/64x64/apps
68     INSTALLS += icon
69 }
70
71 OTHER_FILES += \
72     qtc_packaging/debian_fremantle/rules \
73     qtc_packaging/debian_fremantle/README \
74     qtc_packaging/debian_fremantle/copyright \
75     qtc_packaging/debian_fremantle/control \
76     qtc_packaging/debian_fremantle/compat \
77     qtc_packaging/debian_fremantle/changelog \
78     qtc_packaging/debian_harmattan/rules \
79     qtc_packaging/debian_harmattan/README \
80     qtc_packaging/debian_harmattan/copyright \
81     qtc_packaging/debian_harmattan/control \
82     qtc_packaging/debian_harmattan/compat \
83     qtc_packaging/debian_harmattan/changelog
84
85 unix:!symbian:!maemo5 {
86     desktopfile.files = $${TARGET}.desktop
87     desktopfile.path = /usr/share/applications
88     INSTALLS += desktopfile
89 }