diff options
author | jan Iversen <jan@casacondor.com> | 2019-12-16 10:08:40 +0100 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2019-12-26 08:38:08 -0800 |
commit | d90a2ca0089e782372085a870135340948f08899 (patch) | |
tree | 967c41a69202175c94193052500c8fa03877168d | |
parent | da38b84bc8d05caa9d6a34817b21c86f4b0404ec (diff) | |
download | subsurface-d90a2ca0089e782372085a870135340948f08899.tar.gz |
build-system: add missing models for iOS build
Append missing models to Qt creator project
Signed-off-by: Jan Iversen <jan@casacondor.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
-rw-r--r-- | packaging/ios/Subsurface-mobile.pro | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/packaging/ios/Subsurface-mobile.pro b/packaging/ios/Subsurface-mobile.pro index 017392405..e8f4b2146 100644 --- a/packaging/ios/Subsurface-mobile.pro +++ b/packaging/ios/Subsurface-mobile.pro @@ -120,6 +120,11 @@ SOURCES += ../../subsurface-mobile-main.cpp \ ../../qt-models/maplocationmodel.cpp \ ../../qt-models/diveimportedmodel.cpp \ ../../qt-models/messagehandlermodel.cpp \ + ../../qt-models/diveplannermodel.cpp \ + ../../qt-models/cylindermodel.cpp \ + ../../qt-models/cleanertablemodel.cpp \ + ../../qt-models/tankinfomodel.cpp \ + ../../qt-models/models.cpp \ ../../profile-widget/qmlprofile.cpp \ ../../profile-widget/divecartesianaxis.cpp \ ../../profile-widget/diveeventitem.cpp \ @@ -250,6 +255,11 @@ HEADERS += \ ../../qt-models/maplocationmodel.h \ ../../qt-models/diveimportedmodel.h \ ../../qt-models/messagehandlermodel.h \ + ../../qt-models/diveplannermodel.h \ + ../../qt-models/cylindermodel.h \ + ../../qt-models/cleanertablemodel.h \ + ../../qt-models/tankinfomodel.h \ + ../../qt-models/models.h \ ../../profile-widget/qmlprofile.h \ ../../profile-widget/diveprofileitem.h \ ../../profile-widget/profilewidget2.h \ |