summaryrefslogtreecommitdiffstats
path: root/qt-models
diff options
context:
space:
mode:
authorGravatar jan Iversen <jan@casacondor.com>2019-12-15 08:32:50 +0100
committerGravatar Dirk Hohndel <dirk@hohndel.org>2019-12-26 08:37:39 -0800
commitda38b84bc8d05caa9d6a34817b21c86f4b0404ec (patch)
tree79db49a019d6becc02569c82b5708453022bf588 /qt-models
parent63d676d9e4ad37ec622d044dc3072d788c30b8a8 (diff)
downloadsubsurface-da38b84bc8d05caa9d6a34817b21c86f4b0404ec.tar.gz
build-system: add diveplannermodel to Mobile
add diveplannermodel to GENERIC instead of DESKTOP as a consequence other models are need, move those from DESKTOP to GENERIC Signed-off-by: Jan Iversen <jan@casacondor.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-models')
-rw-r--r--qt-models/CMakeLists.txt20
1 files changed, 10 insertions, 10 deletions
diff --git a/qt-models/CMakeLists.txt b/qt-models/CMakeLists.txt
index 34d7ad783..8a469a5c2 100644
--- a/qt-models/CMakeLists.txt
+++ b/qt-models/CMakeLists.txt
@@ -3,42 +3,42 @@
# models used both mobile and desktop builds
set(SUBSURFACE_GENERIC_MODELS_LIB_SRCS
+ cleanertablemodel.cpp
+ cleanertablemodel.h
completionmodels.cpp
completionmodels.h
+ cylindermodel.cpp
+ cylindermodel.h
diveimportedmodel.cpp
diveimportedmodel.h
divelocationmodel.cpp
divelocationmodel.h
+ diveplannermodel.cpp
+ diveplannermodel.h
diveplotdatamodel.cpp
diveplotdatamodel.h
maplocationmodel.cpp
maplocationmodel.h
+ models.cpp
+ models.h
+ tankinfomodel.cpp
+ tankinfomodel.h
)
# models exclusively used in desktop builds
set(SUBSURFACE_DESKTOP_MODELS_LIB_SRCS
- cleanertablemodel.cpp
- cleanertablemodel.h
- cylindermodel.cpp
- cylindermodel.h
divecomputerextradatamodel.cpp
divecomputerextradatamodel.h
divecomputermodel.cpp
divecomputermodel.h
divepicturemodel.cpp
divepicturemodel.h
- diveplannermodel.cpp
- diveplannermodel.h
divesiteimportmodel.cpp
divesiteimportmodel.h
divetripmodel.cpp
divetripmodel.h
filtermodels.cpp
filtermodels.h
- models.cpp
- models.h
- tankinfomodel.cpp
- tankinfomodel.h
treemodel.cpp
treemodel.h
weightmodel.cpp