diff options
Diffstat (limited to 'packaging/ios/Subsurface-mobile.pro')
-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 a036ccae8..36da3e3af 100644 --- a/packaging/ios/Subsurface-mobile.pro +++ b/packaging/ios/Subsurface-mobile.pro @@ -64,6 +64,7 @@ SOURCES += ../../subsurface-mobile-main.cpp \ ../../core/parse-xml.c \ ../../core/parse.c \ ../../core/picture.c \ + ../../core/pictureobj.cpp \ ../../core/import-suunto.c \ ../../core/import-shearwater.c \ ../../core/import-cobalt.c \ @@ -205,6 +206,7 @@ HEADERS += \ ../../core/units.h \ ../../core/version.h \ ../../core/picture.h \ + ../../core/pictureobj.h \ ../../core/planner.h \ ../../core/divesite.h \ ../../core/checkcloudconnection.h \ |