aboutsummaryrefslogtreecommitdiffstats
path: root/core/CMakeLists.txt
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2017-10-06 07:51:30 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2017-10-07 10:06:47 -0700
commit7aacaf60da7e73b9c57012e1846f709acb4d0ac2 (patch)
tree5dd0515de3f0bfebcc9f22a976089f8f2555b0f9 /core/CMakeLists.txt
parent030c094854aeab4aaade523d7126728d9ce98a5b (diff)
downloadsubsurface-7aacaf60da7e73b9c57012e1846f709acb4d0ac2.tar.gz
Move ConnectionListModel into its own source file
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'core/CMakeLists.txt')
-rw-r--r--core/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/CMakeLists.txt b/core/CMakeLists.txt
index 5622f5e65..b4b6d76db 100644
--- a/core/CMakeLists.txt
+++ b/core/CMakeLists.txt
@@ -91,6 +91,7 @@ set(SUBSURFACE_CORE_LIB_SRCS
gpslocation.cpp
cloudstorage.cpp
downloadfromdcthread.cpp
+ connectionlistmodel.cpp
#Subsurface Qt have the Subsurface structs QObjectified for easy access via QML.
subsurface-qt/DiveObjectHelper.cpp