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