summaryrefslogtreecommitdiffstats
path: root/qt-models
diff options
context:
space:
mode:
authorGravatar Berthold Stoeger <bstoeger@mail.tuwien.ac.at>2019-12-11 10:37:15 +0100
committerGravatar Dirk Hohndel <dirk@hohndel.org>2020-03-09 12:41:11 -0700
commit7d6949ce7d9627e53770fdf82ec635f135e6fa96 (patch)
treef39c319a225cb95814ab6ecc91f10369ae6b6957 /qt-models
parent730fd268141a7590f78a89c11dd422718d23e449 (diff)
downloadsubsurface-7d6949ce7d9627e53770fdf82ec635f135e6fa96.tar.gz
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>
Diffstat (limited to 'qt-models')
-rw-r--r--qt-models/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
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
)