diff options
author | Berthold Stoeger <bstoeger@mail.tuwien.ac.at> | 2019-12-11 10:37:15 +0100 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2020-03-09 12:41:11 -0700 |
commit | 7d6949ce7d9627e53770fdf82ec635f135e6fa96 (patch) | |
tree | f39c319a225cb95814ab6ecc91f10369ae6b6957 /packaging | |
parent | 730fd268141a7590f78a89c11dd422718d23e449 (diff) | |
download | subsurface-7d6949ce7d9627e53770fdf82ec635f135e6fa96.tar.gz |
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 <bstoeger@mail.tuwien.ac.at>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'packaging')
-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 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 \ |