aboutsummaryrefslogtreecommitdiffstats
path: root/packaging/ios/Subsurface-mobile.pro
blob: 61d40a9ccfc5fa431758b808a325e863fa6ba677 (plain) (blame)
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
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
TEMPLATE = app

QT += qml quick quickcontrols2 widgets positioning concurrent svg bluetooth

DEFINES += SUBSURFACE_MOBILE BT_SUPPORT BLE_SUPPORT

CONFIG += c++11

SOURCES += ../../subsurface-mobile-main.cpp \
	../../subsurface-helper.cpp \
	../../map-widget/qmlmapwidgethelper.cpp \
	../../core/cloudstorage.cpp \
	../../core/configuredivecomputerthreads.cpp \
	../../core/devicedetails.cpp \
	../../core/gpslocation.cpp \
	../../core/imagedownloader.cpp \
	../../core/downloadfromdcthread.cpp \
	../../core/qtserialbluetooth.cpp \
	../../core/plannernotes.c \
	../../core/uemis-downloader.c \
	../../core/qthelper.cpp \
	../../core/checkcloudconnection.cpp \
	../../core/color.cpp \
	../../core/configuredivecomputer.cpp \
	../../core/divecomputer.cpp \
	../../core/divelogexportlogic.cpp \
	../../core/divesitehelpers.cpp \
	../../core/errorhelper.c \
	../../core/exif.cpp \
	../../core/format.cpp \
	../../core/gettextfromc.cpp \
	../../core/isocialnetworkintegration.cpp \
	../../core/metrics.cpp \
	../../core/pluginmanager.cpp \
	../../core/qt-init.cpp \
	../../core/subsurfacesysinfo.cpp \
	../../core/windowtitleupdate.cpp \
	../../core/file.c \
	../../core/subsurfacestartup.c \
	../../core/ios.cpp \
	../../core/profile.c \
	../../core/device.c \
	../../core/dive.c \
	../../core/divelist.c \
	../../core/gas-model.c \
	../../core/gaspressures.c \
	../../core/git-access.c \
	../../core/liquivision.c \
	../../core/load-git.c \
	../../core/parse-xml.c \
	../../core/parse.c \
	../../core/import-suunto.c \
	../../core/import-shearwater.c \
	../../core/import-cobalt.c \
	../../core/import-divinglog.c \
	../../core/import-csv.c \
	../../core/save-html.c \
	../../core/statistics.c \
	../../core/worldmap-save.c \
	../../core/libdivecomputer.c \
	../../core/version.c \
	../../core/save-git.c \
	../../core/datatrak.c \
	../../core/ostctools.c \
	../../core/planner.c \
	../../core/save-xml.c \
	../../core/cochran.c \
	../../core/deco.c \
	../../core/divesite.c \
	../../core/equipment.c \
	../../core/membuffer.c \
	../../core/sha1.c \
	../../core/strtod.c \
	../../core/taxonomy.c \
	../../core/time.c \
	../../core/uemis.c \
	../../core/btdiscovery.cpp \
	../../core/connectionlistmodel.cpp \
	../../core/qt-ble.cpp \
	../../core/settings/qPref.cpp \
	../../core/settings/qPrefAnimations.cpp \
	../../core/settings/qPrefCloudStorage.cpp \
	../../core/settings/qPrefDisplay.cpp \
	../../core/settings/qPrefDiveComputer.cpp \
	../../core/settings/qPrefDivePlanner.cpp \
	../../core/settings/qPrefFacebook.cpp \
	../../core/settings/qPrefGeocoding.cpp \
	../../core/settings/qPrefLanguage.cpp \
	../../core/settings/qPrefLocationService.cpp \
	../../core/settings/qPrefPartialPressureGas.cpp \
	../../core/settings/qPrefPrivate.cpp \
	../../core/settings/qPrefProxy.cpp \
	../../core/settings/qPrefTechnicalDetails.cpp \
	../../core/settings/qPrefUnit.cpp \
	../../core/settings/qPrefUpdateManager.cpp \
	../../core/subsurface-qt/CylinderObjectHelper.cpp \
	../../core/subsurface-qt/DiveObjectHelper.cpp \
	../../core/subsurface-qt/SettingsObjectWrapper.cpp \
	../../mobile-widgets/qmlmanager.cpp \
	../../mobile-widgets/qmlprefs.cpp \
	../../qt-models/divelistmodel.cpp \
	../../qt-models/diveplotdatamodel.cpp \
	../../qt-models/gpslistmodel.cpp \
	../../qt-models/completionmodels.cpp \
	../../qt-models/divelocationmodel.cpp \
	../../qt-models/maplocationmodel.cpp \
	../../qt-models/diveimportedmodel.cpp \
	../../qt-models/messagehandlermodel.cpp \
	../../profile-widget/qmlprofile.cpp \
	../../profile-widget/divecartesianaxis.cpp \
	../../profile-widget/diveeventitem.cpp \
	../../profile-widget/diveprofileitem.cpp \
	../../profile-widget/profilewidget2.cpp \
	../../profile-widget/ruleritem.cpp \
	../../profile-widget/animationfunctions.cpp \
	../../profile-widget/divepixmapitem.cpp \
	../../profile-widget/divetooltipitem.cpp \
	../../profile-widget/tankitem.cpp \
	../../profile-widget/divelineitem.cpp \
	../../profile-widget/diverectitem.cpp \
	../../profile-widget/divetextitem.cpp

RESOURCES += ./qml.qrc \
			../../mobile-widgets/qml/mobile-resources.qrc \
			../../map-widget/qml/map-widget.qrc \
			./translations.qrc

LIBS += ./install-root/lib/libdivecomputer.a \
	./install-root/lib/libgit2.a \
	./install-root/lib/libzip.a \
	./install-root/lib/libxslt.a \
	./build-ios/googlemaps-build/libqtgeoservices_googlemaps.a \
	-liconv \
	-lsqlite3 \
	-lxml2

INCLUDEPATH += ./install-root/include/ \
	./install-root/lib/libzip/include \
	./install-root/include/libxstl \
	./install-root/include/libexstl \
	./install-root/include/openssl \
	../.. \
	../../core \
	../../mobile-widgets/qml/kirigami/src/libkirigami \
	/usr/include/libxml2

HEADERS += \
	../../core/libdivecomputer.h \
	../../core/cloudstorage.h \
	../../core/configuredivecomputerthreads.h \
	../../core/device.h \
	../../core/devicedetails.h \
	../../core/dive.h \
	../../core/git-access.h \
	../../core/gpslocation.h \
	../../core/imagedownloader.h \
	../../core/pref.h \
	../../core/profile.h \
	../../core/qthelper.h \
	../../core/save-html.h \
	../../core/statistics.h \
	../../core/units.h \
	../../core/version.h \
	../../core/planner.h \
	../../core/divesite.h \
	../../core/checkcloudconnection.h \
	../../core/cochran.h \
	../../core/color.h \
	../../core/configuredivecomputer.h \
	../../core/datatrak.h \
	../../core/deco.h \
	../../core/display.h \
	../../core/divecomputer.h \
	../../core/divelist.h \
	../../core/divelogexportlogic.h \
	../../core/divesitehelpers.h \
	../../core/exif.h \
	../../core/file.h \
	../../core/gaspressures.h \
	../../core/gettext.h \
	../../core/gettextfromc.h \
	../../core/isocialnetworkintegration.h \
	../../core/membuffer.h \
	../../core/metrics.h \
	../../core/pluginmanager.h \
	../../core/prefs-macros.h \
	../../core/qt-gui.h \
	../../core/sha1.h \
	../../core/strndup.h \
	../../core/subsurfacestartup.h \
	../../core/subsurfacesysinfo.h \
	../../core/taxonomy.h \
	../../core/uemis.h \
	../../core/webservice.h \
	../../core/windowtitleupdate.h \
	../../core/worldmap-options.h \
	../../core/worldmap-save.h \
	../../core/downloadfromdcthread.h \
	../../core/btdiscovery.h \
	../../core/connectionlistmodel.h \
	../../core/qt-ble.h \
	../../core/settings/qPref.h \
	../../core/settings/qPrefAnimations.h \
	../../core/settings/qPrefCloudStorage.h \
	../../core/settings/qPrefDisplay.h \
	../../core/settings/qPrefDiveComputer.h \
	../../core/settings/qPrefDivePlanner.h \
	../../core/settings/qPrefFacebook.h \
	../../core/settings/qPrefGeocoding.h \
	../../core/settings/qPrefLanguage.h \
	../../core/settings/qPrefLocationService.h \
	../../core/settings/qPrefPartialPressureGas.h \
	../../core/settings/qPrefPrivate.h \
	../../core/settings/qPrefProxy.h \
	../../core/settings/qPrefTechnicalDetails.h \
	../../core/settings/qPrefUnit.h \
	../../core/settings/qPrefUpdateManager.h \
	../../core/subsurface-qt/CylinderObjectHelper.h \
	../../core/subsurface-qt/DiveObjectHelper.h \
	../../core/subsurface-qt/SettingsObjectWrapper.h \
	../../mobile-widgets/qmlmanager.h \
	../../mobile-widgets/qmlprefs.h \
	../../map-widget/qmlmapwidgethelper.h \
	../../qt-models/divelistmodel.h \
	../../qt-models/diveplotdatamodel.h \
	../../qt-models/gpslistmodel.h \
	../../qt-models/divelocationmodel.h \
	../../qt-models/completionmodels.h \
	../../qt-models/weightsysteminfomodel.h \
	../../qt-models/maplocationmodel.h \
	../../qt-models/diveimportedmodel.h \
	../../qt-models/messagehandlermodel.h \
	../../profile-widget/qmlprofile.h \
	../../profile-widget/diveprofileitem.h \
	../../profile-widget/profilewidget2.h \
	../../profile-widget/ruleritem.h \
	../../profile-widget/diveeventitem.h \
	../../profile-widget/divetooltipitem.h \
	../../profile-widget/tankitem.h \
	../../profile-widget/animationfunctions.h \
	../../profile-widget/divecartesianaxis.h \
	../../profile-widget/divelineitem.h \
	../../profile-widget/divepixmapitem.h \
	../../profile-widget/diverectitem.h \
	../../profile-widget/divetextitem.h

# Additional import path used to resolve QML modules in Qt Creator's code model
QML_IMPORT_PATH =

# Default rules for deployment.
include(./deployment.pri)

include(../../mobile-widgets/qml/kirigami/kirigami.pri)

# Supress some warnings
QMAKE_CXXFLAGS += -Wno-shorten-64-to-32 -Wno-missing-field-initializers
QMAKE_CFLAGS   += -Wno-shorten-64-to-32 -Wno-missing-field-initializers

ios {
	QMAKE_ASSET_CATALOGS += ./storeIcon.xcassets
	app_launch_images.files = ./SubsurfaceMobileLaunch.xib $$files(./SubsurfaceMobileLaunchImage*.png)
	images.files = ../../icons/subsurface-mobile-icon.png
	QMAKE_BUNDLE_DATA += app_launch_images images
	QMAKE_INFO_PLIST = ./Info.plist
	QMAKE_IOS_DEPLOYMENT_TARGET = 10.0
}