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 eabeb72f7..2e70662c5 100644 --- a/packaging/ios/Subsurface-mobile.pro +++ b/packaging/ios/Subsurface-mobile.pro @@ -62,6 +62,7 @@ SOURCES += ../../subsurface-mobile-main.cpp \ ../../core/load-git.c \ ../../core/parse-xml.c \ ../../core/parse.c \ + ../../core/picture.c \ ../../core/import-suunto.c \ ../../core/import-shearwater.c \ ../../core/import-cobalt.c \ @@ -201,6 +202,7 @@ HEADERS += \ ../../core/statistics.h \ ../../core/units.h \ ../../core/version.h \ + ../../core/picture.h \ ../../core/planner.h \ ../../core/divesite.h \ ../../core/checkcloudconnection.h \ |