diff options
Diffstat (limited to 'packaging')
-rw-r--r-- | packaging/ios/Subsurface-mobile.pro | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/packaging/ios/Subsurface-mobile.pro b/packaging/ios/Subsurface-mobile.pro index e622b0824..8d8e40f84 100644 --- a/packaging/ios/Subsurface-mobile.pro +++ b/packaging/ios/Subsurface-mobile.pro @@ -70,6 +70,7 @@ SOURCES += ../../subsurface-mobile-main.cpp \ ../../core/equipment.c \ ../../core/gas.c \ ../../core/membuffer.c \ + ../../core/selection.cpp \ ../../core/sha1.c \ ../../core/strtod.c \ ../../core/tag.c \ @@ -187,6 +188,8 @@ HEADERS += \ ../../core/membuffer.h \ ../../core/metrics.h \ ../../core/qt-gui.h \ + ../../core/selection.h \ + ../../core/divecomputer.h \ ../../core/sha1.h \ ../../core/strndup.h \ ../../core/subsurfacestartup.h \ |