summaryrefslogtreecommitdiffstats
path: root/packaging/ios/Subsurface-mobile.pro
diff options
context:
space:
mode:
Diffstat (limited to 'packaging/ios/Subsurface-mobile.pro')
-rw-r--r--packaging/ios/Subsurface-mobile.pro12
1 files changed, 12 insertions, 0 deletions
diff --git a/packaging/ios/Subsurface-mobile.pro b/packaging/ios/Subsurface-mobile.pro
index cdd612880..b7bd121be 100644
--- a/packaging/ios/Subsurface-mobile.pro
+++ b/packaging/ios/Subsurface-mobile.pro
@@ -15,6 +15,12 @@ QTQUICK_COMPILER_SKIPPED_RESOURCES +=
SOURCES += ../../subsurface-mobile-main.cpp \
../../subsurface-helper.cpp \
../../map-widget/qmlmapwidgethelper.cpp \
+ ../../commands/command_base.cpp \
+ ../../commands/command.cpp \
+ ../../commands/command_divelist.cpp \
+ ../../commands/command_divesite.cpp \
+ ../../commands/command_edit.cpp \
+ ../../commands/command_edit_trip.cpp \
../../core/cloudstorage.cpp \
../../core/configuredivecomputerthreads.cpp \
../../core/devicedetails.cpp \
@@ -174,6 +180,12 @@ INCLUDEPATH += ../../../install-root/ios/include/ \
/usr/include/libxml2
HEADERS += \
+ ../../commands/command_base.h \
+ ../../commands/command.h \
+ ../../commands/command_divelist.h \
+ ../../commands/command_divesite.h \
+ ../../commands/command_edit.h \
+ ../../commands/command_edit_trip.h \
../../core/libdivecomputer.h \
../../core/cloudstorage.h \
../../core/configuredivecomputerthreads.h \