diff options
Diffstat (limited to 'packaging')
-rw-r--r-- | packaging/ios/Subsurface-mobile.pro | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/packaging/ios/Subsurface-mobile.pro b/packaging/ios/Subsurface-mobile.pro index 442dc36bc..61d40a9cc 100644 --- a/packaging/ios/Subsurface-mobile.pro +++ b/packaging/ios/Subsurface-mobile.pro @@ -87,6 +87,7 @@ SOURCES += ../../subsurface-mobile-main.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 \ @@ -208,6 +209,7 @@ HEADERS += \ ../../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 \ |