diff options
-rw-r--r-- | packaging/ios/Subsurface-mobile.pro | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/packaging/ios/Subsurface-mobile.pro b/packaging/ios/Subsurface-mobile.pro index 02bb4076a..e622b0824 100644 --- a/packaging/ios/Subsurface-mobile.pro +++ b/packaging/ios/Subsurface-mobile.pro @@ -28,6 +28,7 @@ SOURCES += ../../subsurface-mobile-main.cpp \ ../../core/divesitehelpers.cpp \ ../../core/errorhelper.c \ ../../core/exif.cpp \ + ../../core/exportfuncs.cpp \ ../../core/format.cpp \ ../../core/gettextfromc.cpp \ ../../core/metrics.cpp \ @@ -80,6 +81,7 @@ SOURCES += ../../subsurface-mobile-main.cpp \ ../../core/btdiscovery.cpp \ ../../core/connectionlistmodel.cpp \ ../../core/qt-ble.cpp \ + ../../core/save-profiledata.c \ ../../core/settings/qPref.cpp \ ../../core/settings/qPrefCloudStorage.cpp \ ../../core/settings/qPrefDisplay.cpp \ @@ -177,6 +179,7 @@ HEADERS += \ ../../core/divelogexportlogic.h \ ../../core/divesitehelpers.h \ ../../core/exif.h \ + ../../core/exportfuncs.h \ ../../core/file.h \ ../../core/gaspressures.h \ ../../core/gettext.h \ @@ -198,6 +201,7 @@ HEADERS += \ ../../core/btdiscovery.h \ ../../core/connectionlistmodel.h \ ../../core/qt-ble.h \ + ../../core/save-profiledata.h \ ../../core/settings/qPref.h \ ../../core/settings/qPrefCloudStorage.h \ ../../core/settings/qPrefDisplay.h \ |