summaryrefslogtreecommitdiffstats
path: root/packaging/ios/Subsurface-mobile/Subsurface-mobile.pro
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2018-03-12 18:24:06 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2018-03-22 07:34:46 -0700
commit9e457e092c9e0a541228274da2e8087d40fa2769 (patch)
tree2113cc05bca1497717c9bd23b34f51f909ea9d0a /packaging/ios/Subsurface-mobile/Subsurface-mobile.pro
parentce8cad615a44efb2df2a08cb033b241db8b30fb0 (diff)
downloadsubsurface-9e457e092c9e0a541228274da2e8087d40fa2769.tar.gz
iOS: add MapLocationModel and corresponding helper
Thanks to Murillo Bernardes for reminding me to add the .h files as well. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'packaging/ios/Subsurface-mobile/Subsurface-mobile.pro')
-rw-r--r--packaging/ios/Subsurface-mobile/Subsurface-mobile.pro4
1 files changed, 4 insertions, 0 deletions
diff --git a/packaging/ios/Subsurface-mobile/Subsurface-mobile.pro b/packaging/ios/Subsurface-mobile/Subsurface-mobile.pro
index 2cd294870..376ceedee 100644
--- a/packaging/ios/Subsurface-mobile/Subsurface-mobile.pro
+++ b/packaging/ios/Subsurface-mobile/Subsurface-mobile.pro
@@ -8,6 +8,7 @@ CONFIG += c++11
SOURCES += ../../../subsurface-mobile-main.cpp \
../../../subsurface-mobile-helper.cpp \
+ ../../../map-widget/qmlmapwidgethelper.cpp \
../../../core/cloudstorage.cpp \
../../../core/configuredivecomputerthreads.cpp \
../../../core/devicedetails.cpp \
@@ -85,6 +86,7 @@ SOURCES += ../../../subsurface-mobile-main.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/divecartesianaxis.cpp \
@@ -181,12 +183,14 @@ HEADERS += \
../../../core/subsurface-qt/SettingsObjectWrapper.h \
../../../mobile-widgets/qmlmanager.h \
../../../mobile-widgets/qmlprofile.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/weigthsysteminfomodel.h \
+ ../../../qt-models/maplocationmodel.h \
../../../qt-models/diveimportedmodel.h \
../../../qt-models/messagehandlermodel.h \
../../../profile-widget/diveprofileitem.h \