diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2015-06-16 06:08:31 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2015-06-16 06:08:31 -0700 |
commit | 854f55fd89f399ba59881b8b11a52d20e3847f72 (patch) | |
tree | db23f2fbad65cea9b533591fd0f2499ddb239164 /CMakeLists.txt | |
parent | 0fa0eb2879bf72654a7febf8b977b0ba6f515658 (diff) | |
download | subsurface-854f55fd89f399ba59881b8b11a52d20e3847f72.tar.gz |
Move checking the cloud connection into its own files
This isn't UI related and shouldn't have been in a file full of UI
functionality.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 3222876ff..22eb08937 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -274,6 +274,7 @@ set(SUBSURFACE_CORE_LIB_SRCS configuredivecomputer.cpp configuredivecomputerthreads.cpp divesitehelpers.cpp + checkcloudconnection.cpp windowtitleupdate.cpp ${SUBSURFACE_PRINTING_SRCS} ${PLATFORM_SRC} |