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