SeaScene with randomized ghost positions
[ghostsoverboard] / rotationcontrol2.pro
1 #-------------------------------------------------
2 #
3 # Project created by QtCreator 2011-05-03T17:35:02
4 #
5 #-------------------------------------------------
6
7 QT       += core gui
8
9 TARGET = rotationcontrol2
10 TEMPLATE = app
11
12
13 SOURCES += main.cpp\
14         mainwindow.cpp \
15     orientationcontrolledgraphicspixmapobject.cpp \
16     timercontrolledtursas.cpp \
17     seascene.cpp \
18     seaview.cpp
19
20 HEADERS  += mainwindow.h \
21     orientationcontrolledgraphicspixmapobject.h \
22     timercontrolledtursas.h \
23     seascene.h \
24     seaview.h
25
26 CONFIG += mobility
27 MOBILITY = sensors
28
29 symbian {
30     TARGET.UID3 = 0xe3f4bbc2
31     # TARGET.CAPABILITY += 
32     TARGET.EPOCSTACKSIZE = 0x14000
33     TARGET.EPOCHEAPSIZE = 0x020000 0x800000
34 }
35
36 unix:!symbian {
37     maemo5 {
38         target.path = /opt/usr/bin
39     } else {
40         target.path = /usr/local/bin
41     }
42     INSTALLS += target
43 }
44
45 RESOURCES += \
46     orientationcontrol2pix.qrc
47
48 maemo5 {
49     desktopfile.files = $${TARGET}.desktop
50     desktopfile.path = /usr/share/applications/hildon
51     INSTALLS += desktopfile
52 }