Added timer controlled item
[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
18 HEADERS  += mainwindow.h \
19     orientationcontrolledgraphicspixmapobject.h \
20     timercontrolledtursas.h
21
22 CONFIG += mobility
23 MOBILITY = sensors
24
25 symbian {
26     TARGET.UID3 = 0xe3f4bbc2
27     # TARGET.CAPABILITY += 
28     TARGET.EPOCSTACKSIZE = 0x14000
29     TARGET.EPOCHEAPSIZE = 0x020000 0x800000
30 }
31
32 unix:!symbian {
33     maemo5 {
34         target.path = /opt/usr/bin
35     } else {
36         target.path = /usr/local/bin
37     }
38     INSTALLS += target
39 }
40
41 RESOURCES += \
42     orientationcontrol2pix.qrc