-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsteps.pro
executable file
·210 lines (198 loc) · 5.7 KB
/
steps.pro
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
VERSION = 0.1.9
TARGET = Steps
# Qt packages to use
CONFIG += mobility
CONFIG += qt-components
CONFIG += script
MOBILITY += sensors
MOBILITY += multimedia
QT += sql
QT += network
QT += script
# Meego Harmattan rules
contains(MEEGO_EDITION,harmattan) {
CONFIG += link_pkgconfig qmsystem2
PKGCONFIG += libresourceqt1
RESOURCES += meego.qrc
SOURCES +=
HEADERS +=
DATADIR = share
DEFINES += STEPS_DATADIR=\\\"/opt/Steps/share\\\"
DEFINES += STEPS_VERSION=\\\"$$VERSION\\\"
# Add a splash image for the Meego launcher
folder_splash.source = splash
folder_splash.target = $$DATADIR
DEPLOYMENTFOLDERS += folder_splash
}
# Symbian rules
symbian {
TARGET = Steps_2006072d
TARGET.CAPABILITY += NetworkServices ReadDeviceData WriteDeviceData
DEPLOYMENT.display_name = Steps
LIBS += -L\\epoc32\\release\\armv5\\lib -lsysutil -lpsmclient -lws32 -lapgrfx -lavkon
RESOURCES += symbian.qrc
DATADIR = c:/data/Steps
DEFINES += STEPS_DATADIR='"c:/data/Steps"'
DEFINES += STEPS_VERSION='"$$VERSION"'
# For Nokia Store
vendorinfo += "%{\"pipacs\"}" ":\"pipacs\""
my_deployment.pkg_prerules += vendorinfo
DEPLOYMENT += my_deployment
# Corrected UID assigned by Nokia Support:
TARGET.UID3 += 0x2006072d
}
# Add "sounds" folder to the application
# (Sounds cannot be played back from resource on Symbian)
folder_sounds.source = sounds
folder_sounds.target = $$DATADIR
DEPLOYMENTFOLDERS += folder_sounds
SOURCES += \
main.cpp \
preferences.cpp \
platform.cpp \
logger.cpp \
sipfixer.cpp \
uploader.cpp \
gftprogram.cpp \
gft.cpp \
database.cpp \
trace.cpp \
detector.cpp \
../o2/o2.cpp \
../o2/o2replyserver.cpp \
../o2/simplecrypt.cpp \
../o2/o2requestor.cpp \
../o2/o2reply.cpp \
../o2/o2facebook.cpp \
../o2/o2gft.cpp \
qc.cpp \
../o2/o1.cpp \
json/json.cpp \
../o2/o1requestor.cpp
# Please do not modify the following two lines. Required for deployment.
include(qmlapplicationviewer/qmlapplicationviewer.pri)
qtcAddDeployment()
OTHER_FILES += \
qtc_packaging/debian_harmattan/rules \
qtc_packaging/debian_harmattan/README \
qtc_packaging/debian_harmattan/manifest.aegis \
qtc_packaging/debian_harmattan/copyright \
qtc_packaging/debian_harmattan/control \
qtc_packaging/debian_harmattan/compat \
qtc_packaging/debian_harmattan/changelog \
README.txt \
qml/symbian/Beep.qml \
sounds/start.wav \
sounds/beep.wav \
sounds/stop.wav \
background.svg \
qml/Beep.qml \
qml/main.qml \
qml/Dummy.qml \
sounds/settings.wav \
qml/MainPage.qml \
qml/meego/StepsLabel.qml \
qml/meego/StepsPage.qml \
qml/meego/StepsPageStackWindow.qml \
qml/meego/StepsCheckBox.qml \
qml/meego/StepsSlider.qml \
qml/meego/StepsDialog.qml \
qml/SettingsPage.qml \
qml/symbian/StepsPageStackWindow.qml \
qml/symbian/StepsPage.qml \
qml/symbian/StepsLabel.qml \
qml/symbian/StepsCheckBox.qml \
qml/symbian/StepsSlider.qml \
qml/symbian/StepsDialog.qml \
steps256.png \
qml/meego/StepsButton.qml \
qml/BigButton.qml \
qml/symbian/StepsButton.qml \
qml/symbian/StepsYesNoDialog.qml \
images/steps.png \
qml/meego/StepsYesNoDialog.qml \
images/settings.png \
images/reset.png \
qml/meego/StepsTextField.qml \
qml/LoginBrowser.qml \
qml/meego/StepsSpinner.qml \
qml/symbian/StepsSpinner.qml \
qml/meego/StepsBanner.qml \
qml/symbian/StepsBanner.qml \
publishing/steps256.png \
publishing/screenshots/meego/2011-12-17_19-28-06.png \
publishing/screenshots/meego/2011-12-17_19-27-39.png \
publishing/screenshots/meego/2011-12-17_19-26-44.png \
publishing/screenshots/meego/2011-12-17_19-26-37.png \
publishing/screenshots/meego/2011-12-17_19-26-21.png \
publishing/screenshots/meego/2011-12-17_19-28-32.png \
publishing/screenshots/symbian/symbian-3.png \
publishing/screenshots/symbian/symbian-2.png \
publishing/screenshots/symbian/symbian-1.png \
publishing/screenshots/symbian/symbian-4.png \
qml/meego/StepsRedButton.qml \
qml/symbian/StepsRedButton.qml \
qml/BigRedButton.qml \
publishing/splash-n9.pxm \
splash/splash-n9.jpg \
publishing/splash-n9.png \
qml/symbian/StepsButtonColumn.qml \
qml/meego/StepsButtonColumn.qml \
qml/Splash.qml \
images/splash.jpg \
qml/symbian/StepsTextField.qml \
psm-symbian/install.bat \
qml/meego/StepsToolBarLayout.qml \
qml/meego/StepsToolIcon.qml \
qml/symbian/StepsToolIcon.qml \
qml/symbian/StepsToolBarLayout.qml \
qml/AboutPage.qml \
qml/meego/StepsScrollDecorator.qml \
qml/symbian/StepsScrollDecorator.qml \
texts/about.html \
texts/hu/about.html \
images/about.png \
qml/meego/StepsToolButton.qml \
qml/symbian/StepsToolButton.qml \
images/play.png \
images/pause.png \
qml/symbian/StepsFlickable.qml \
qml/meego/StepsFlickable.qml \
translations/zh_CN.ts \
translations/hu.ts \
translations/da.ts \
translations/it.ts \
qml/TweaksPage.qml \
qml/Gap.qml \
translations/fr.ts \
qml/QcLoginBrowser.qml \
steps_harmattan.desktop \
json/README \
json/LICENSE \
json/AUTHORS
HEADERS += \
preferences.h \
platform.h \
logger.h \
sipfixer.h \
uploader.h \
gftprogram.h \
gft.h \
gftsecret.h \
database.h \
trace.h \
detector.h \
../o2/o2.h \
../o2/o2replyserver.h \
../o2/simplecrypt.h \
../o2/o2requestor.h \
../o2/o2reply.h \
../o2/o2facebook.h \
../o2/o2gft.h \
qc.h \
../o2/o1.h \
json/json.h \
../o2/o1requestor.h
RESOURCES += \
common.qrc \
translations.qrc