diff options
author | Robert C. Helling <helling@atdotde.de> | 2017-07-03 22:53:26 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2017-07-04 06:12:09 +0900 |
commit | bdd1a35c01ee7ce91e1c9428b50d5c38d7f3cb6c (patch) | |
tree | b9f317cb15d90b80693066b350e7bb7c6d442fdd /packaging | |
parent | d7b8ad7a443575d10eef0ad49b51313550b77b79 (diff) | |
download | subsurface-bdd1a35c01ee7ce91e1c9428b50d5c38d7f3cb6c.tar.gz |
Add new sources to ios .pro file
Signed-off-by: Robert C. Helling <helling@atdotde.de>
Diffstat (limited to 'packaging')
-rw-r--r-- | packaging/ios/Subsurface-mobile/Subsurface-mobile.pro | 4 |
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 29da480ff..753059e69 100644 --- a/packaging/ios/Subsurface-mobile/Subsurface-mobile.pro +++ b/packaging/ios/Subsurface-mobile/Subsurface-mobile.pro @@ -66,6 +66,7 @@ SOURCES += ../../../subsurface-mobile-main.cpp \ ../../../core/taxonomy.c \ ../../../core/time.c \ ../../../core/uemis.c \ + ../../../core/btdiscovery.cpp \ ../../../core/subsurface-qt/CylinderObjectHelper.cpp \ ../../../core/subsurface-qt/DiveObjectHelper.cpp \ ../../../core/subsurface-qt/SettingsObjectWrapper.cpp \ @@ -93,6 +94,7 @@ SOURCES += ../../../subsurface-mobile-main.cpp \ ../../../qt-models/weightmodel.cpp \ ../../../qt-models/weigthsysteminfomodel.cpp \ ../../../qt-models/ssrfsortfilterproxymodel.cpp \ + ../../../qt-models/messagehandlermodel.cpp \ ../../../profile-widget/divecartesianaxis.cpp \ ../../../profile-widget/diveeventitem.cpp \ ../../../profile-widget/diveprofileitem.cpp \ @@ -182,6 +184,7 @@ HEADERS += \ ../../../core/worldmap-options.h \ ../../../core/worldmap-save.h \ ../../../core/downloadfromdcthread.h \ + ../../../core/btdiscovery.h \ ../../../core/subsurface-qt/CylinderObjectHelper.h \ ../../../core/subsurface-qt/DiveObjectHelper.h \ ../../../core/subsurface-qt/SettingsObjectWrapper.h \ @@ -209,6 +212,7 @@ HEADERS += \ ../../../qt-models/treemodel.h \ ../../../qt-models/yearlystatisticsmodel.h \ ../../../qt-models/diveimportedmodel.h \ + ../../../qt-models/messagehandlermodel.h \ ../../../profile-widget/diveprofileitem.h \ ../../../profile-widget/profilewidget2.h \ ../../../profile-widget/ruleritem.h \ |