diff options
Diffstat (limited to 'qt-models/CMakeLists.txt')
-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 f24f6d2a5..d286fd3eb 100644 --- a/qt-models/CMakeLists.txt +++ b/qt-models/CMakeLists.txt @@ -6,6 +6,7 @@ set(SUBSURFACE_GENERIC_MODELS_LIB_SRCS diveplotdatamodel.cpp diveimportedmodel.cpp completionmodels.cpp + divelocationmodel.cpp ) # models exclusively used in desktop builds @@ -25,7 +26,6 @@ set(SUBSURFACE_DESKTOP_MODELS_LIB_SRCS divetripmodel.cpp diveplannermodel.cpp divecomputerextradatamodel.cpp - divelocationmodel.cpp ssrfsortfilterproxymodel.cpp ) |