From c0095f690fe2a0b56a6c5d52e03a3b3130e9f6b6 Mon Sep 17 00:00:00 2001 From: Berthold Stoeger Date: Thu, 14 Nov 2019 21:38:30 +0100 Subject: mobile/undo: compile undo commands and call undo command for deletion. First steps towards full undo on mobile. Signed-off-by: Berthold Stoeger Signed-off-by: Dirk Hohndel --- packaging/ios/Subsurface-mobile.pro | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'packaging/ios/Subsurface-mobile.pro') 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 \ -- cgit v1.2.3-70-g09d2