mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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>
This commit is contained in:
parent
730fd26814
commit
7d6949ce7d
2 changed files with 4 additions and 2 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue