58faafdb805df95c87ecf74515e1241b64ece9c2
[ghostsoverboard] / ghostsoverboard.pro
1 #-------------------------------------------------
2 #
3 # Project created by QtCreator 2011-05-03T17:35:02
4 #
5 #-------------------------------------------------
6
7 QT       += core gui
8
9 TARGET = ghostsoverboard
10 TEMPLATE = app
11
12
13 SOURCES += main.cpp\
14         mainwindow.cpp \
15     orientationcontrolledgraphicspixmapobject.cpp \
16     seascene.cpp \
17     seaview.cpp \
18     ship.cpp \
19     screenlitkeeper.cpp \
20     timercontrolledgraphicspixmapobject.cpp \
21     octopus.cpp
22
23 HEADERS  += mainwindow.h \
24     orientationcontrolledgraphicspixmapobject.h \
25     seascene.h \
26     seaview.h \
27     ship.h \
28     screenlitkeeper.h \
29     timercontrolledgraphicspixmapobject.h \
30     octopus.h
31
32 CONFIG += mobility
33 MOBILITY = sensors
34 MOBILITY += systeminfo
35
36 symbian {
37     TARGET.UID3 = 0xe3f4bbc2
38     # TARGET.CAPABILITY += 
39     TARGET.EPOCSTACKSIZE = 0x14000
40     TARGET.EPOCHEAPSIZE = 0x020000 0x800000
41 }
42
43 unix:!symbian {
44     maemo5 {
45         target.path = /opt/usr/bin
46     } else {
47         target.path = /usr/local/bin
48     }
49     INSTALLS += target
50 }
51
52 RESOURCES += \
53     orientationcontrol2pix.qrc
54
55 maemo5 {
56     desktopfile.files = $${TARGET}.desktop
57     desktopfile.path = /usr/share/applications/hildon
58     INSTALLS += desktopfile
59
60
61 }
62
63 maemo5 {
64     icon.files = ghostsoverboard.png
65     icon.path = /usr/share/icons/hicolor/64x64/apps
66     INSTALLS += icon
67 }