diff options
author | Jan Mulder <jlmulder@xs4all.nl> | 2018-01-10 13:55:29 +0100 |
---|---|---|
committer | Jan Mulder <jlmulder@xs4all.nl> | 2018-01-10 21:28:02 +0100 |
commit | 34bc4fc0af953723fd42c4ffc0b0a8bf1cf68b22 (patch) | |
tree | 8023534c8b2f6e2c9f92c3bafd82d49011e1052f /qt-models | |
parent | 9c01315d31e71c857a7a5ef34db6da7343b030ac (diff) | |
download | subsurface-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.txt | 2 |
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 |