diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2018-05-19 16:47:47 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2018-05-19 16:49:05 -0700 |
commit | 1faa5d7ae19babcab3c8f4214292110964d14a6d (patch) | |
tree | 4153c5b12933320b99f1aea25492f531476584dc /core/CMakeLists.txt | |
parent | 6a91611e90cc9c63c0cd2fd32aaf47a85e90deec (diff) | |
download | subsurface-1faa5d7ae19babcab3c8f4214292110964d14a6d.tar.gz |
build-system: don't always build qtserialbluetooth.cpp
This should only be built if we have BT support enabled.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'core/CMakeLists.txt')
-rw-r--r-- | core/CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/CMakeLists.txt b/core/CMakeLists.txt index 62d756950..5a1144da1 100644 --- a/core/CMakeLists.txt +++ b/core/CMakeLists.txt @@ -90,7 +90,6 @@ set(SUBSURFACE_CORE_LIB_SRCS windowtitleupdate.cpp divelogexportlogic.cpp qt-init.cpp - qtserialbluetooth.cpp metrics.cpp color.cpp pluginmanager.cpp |