mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 05:00:20 +00:00
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>
This commit is contained in:
parent
da38b84bc8
commit
d90a2ca008
1 changed files with 10 additions and 0 deletions
|
@ -120,6 +120,11 @@ SOURCES += ../../subsurface-mobile-main.cpp \
|
||||||
../../qt-models/maplocationmodel.cpp \
|
../../qt-models/maplocationmodel.cpp \
|
||||||
../../qt-models/diveimportedmodel.cpp \
|
../../qt-models/diveimportedmodel.cpp \
|
||||||
../../qt-models/messagehandlermodel.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/qmlprofile.cpp \
|
||||||
../../profile-widget/divecartesianaxis.cpp \
|
../../profile-widget/divecartesianaxis.cpp \
|
||||||
../../profile-widget/diveeventitem.cpp \
|
../../profile-widget/diveeventitem.cpp \
|
||||||
|
@ -250,6 +255,11 @@ HEADERS += \
|
||||||
../../qt-models/maplocationmodel.h \
|
../../qt-models/maplocationmodel.h \
|
||||||
../../qt-models/diveimportedmodel.h \
|
../../qt-models/diveimportedmodel.h \
|
||||||
../../qt-models/messagehandlermodel.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/qmlprofile.h \
|
||||||
../../profile-widget/diveprofileitem.h \
|
../../profile-widget/diveprofileitem.h \
|
||||||
../../profile-widget/profilewidget2.h \
|
../../profile-widget/profilewidget2.h \
|
||||||
|
|
Loading…
Reference in a new issue