From 7d6949ce7d9627e53770fdf82ec635f135e6fa96 Mon Sep 17 00:00:00 2001 From: Berthold Stoeger Date: Wed, 11 Dec 2019 10:37:15 +0100 Subject: mobile/undo: compile WSInfoModel The weight-undo commands need this. Therefore, we have to compile the WSInfoModel if we want to access the undo commands from mobile. Signed-off-by: Berthold Stoeger Signed-off-by: Dirk Hohndel --- packaging/ios/Subsurface-mobile.pro | 2 ++ 1 file changed, 2 insertions(+) (limited to 'packaging/ios') diff --git a/packaging/ios/Subsurface-mobile.pro b/packaging/ios/Subsurface-mobile.pro index 9739f8ec2..cdd612880 100644 --- a/packaging/ios/Subsurface-mobile.pro +++ b/packaging/ios/Subsurface-mobile.pro @@ -134,6 +134,7 @@ SOURCES += ../../subsurface-mobile-main.cpp \ ../../qt-models/cleanertablemodel.cpp \ ../../qt-models/tankinfomodel.cpp \ ../../qt-models/models.cpp \ + ../../qt-models/weightsysteminfomodel.cpp \ ../../profile-widget/qmlprofile.cpp \ ../../profile-widget/divecartesianaxis.cpp \ ../../profile-widget/diveeventitem.cpp \ @@ -275,6 +276,7 @@ HEADERS += \ ../../qt-models/cleanertablemodel.h \ ../../qt-models/tankinfomodel.h \ ../../qt-models/models.h \ + ../../qt-models/weightsysteminfomodel.h \ ../../profile-widget/qmlprofile.h \ ../../profile-widget/diveprofileitem.h \ ../../profile-widget/profilewidget2.h \ -- cgit v1.2.3-70-g09d2