diff options
-rw-r--r-- | packaging/ios/Subsurface-mobile.pro | 2 | ||||
-rw-r--r-- | qt-models/CMakeLists.txt | 4 |
2 files changed, 4 insertions, 2 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 \ diff --git a/qt-models/CMakeLists.txt b/qt-models/CMakeLists.txt index aa3aa1886..45c303888 100644 --- a/qt-models/CMakeLists.txt +++ b/qt-models/CMakeLists.txt @@ -25,6 +25,8 @@ set(SUBSURFACE_GENERIC_MODELS_LIB_SRCS models.h tankinfomodel.cpp tankinfomodel.h + weightsysteminfomodel.cpp + weightsysteminfomodel.h ) # models exclusively used in desktop builds @@ -49,8 +51,6 @@ set(SUBSURFACE_DESKTOP_MODELS_LIB_SRCS treemodel.h weightmodel.cpp weightmodel.h - weightsysteminfomodel.cpp - weightsysteminfomodel.h yearlystatisticsmodel.cpp yearlystatisticsmodel.h ) |