summaryrefslogtreecommitdiffstats
path: root/qt-models
diff options
context:
space:
mode:
authorGravatar Jan Mulder <jlmulder@xs4all.nl>2018-01-10 13:55:29 +0100
committerGravatar Jan Mulder <jlmulder@xs4all.nl>2018-01-10 21:28:02 +0100
commit34bc4fc0af953723fd42c4ffc0b0a8bf1cf68b22 (patch)
tree8023534c8b2f6e2c9f92c3bafd82d49011e1052f /qt-models
parent9c01315d31e71c857a7a5ef34db6da7343b030ac (diff)
downloadsubsurface-34bc4fc0af953723fd42c4ffc0b0a8bf1cf68b22.tar.gz
Pictures tied to profile are not supported on mobile
Move divepicturemodel.cpp to the desktop only category and deal with the (limited) fallout. We, currently, do not support dive pictures tied to the profile on mobile, so there is no use including this code. Signed-off-by: Jan Mulder <jlmulder@xs4all.nl>
Diffstat (limited to 'qt-models')
-rw-r--r--qt-models/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/qt-models/CMakeLists.txt b/qt-models/CMakeLists.txt
index 4e3a5ca09..0f80740c6 100644
--- a/qt-models/CMakeLists.txt
+++ b/qt-models/CMakeLists.txt
@@ -3,13 +3,13 @@
# models used both mobile and desktop builds
set(SUBSURFACE_GENERIC_MODELS_LIB_SRCS
- divepicturemodel.cpp
diveplotdatamodel.cpp
diveimportedmodel.cpp
)
# models exclusively used in desktop builds
set(SUBSURFACE_DESKTOP_MODELS_LIB_SRCS
+ divepicturemodel.cpp
cleanertablemodel.cpp
models.cpp
tankinfomodel.cpp