From 34bc4fc0af953723fd42c4ffc0b0a8bf1cf68b22 Mon Sep 17 00:00:00 2001 From: Jan Mulder Date: Wed, 10 Jan 2018 13:55:29 +0100 Subject: 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 --- qt-models/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qt-models') 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 -- cgit v1.2.3-70-g09d2