diff options
Diffstat (limited to 'packaging/ios/Subsurface-mobile.pro')
-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 \ |