From 164d2f8c071528b6d566aa308ccadde769934f06 Mon Sep 17 00:00:00 2001 From: Miika Turkia Date: Sat, 2 Jan 2016 14:26:23 +0200 Subject: Enable BT_SUPPORT compilation flag We need to enable the BT_SUPPORT compilation flag to get the support built in. Signed-off-by: Miika Turkia Signed-off-by: Dirk Hohndel --- CMakeLists.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index ec0aa2caf..72adbc825 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -198,6 +198,10 @@ if (BTSUPPORT AND "${Qt5Core_VERSION_STRING}" STRLESS "5.4.0") list(REMOVE_ITEM QT_LIBRARIES Qt5::Bluetooth) endif() +if(BTSUPPORT) + add_definitions(-DBT_SUPPORT) +endif() + #set up the subsurface_link_libraries variable set(SUBSURFACE_LINK_LIBRARIES ${SUBSURFACE_LINK_LIBRARIES} ${LIBDIVECOMPUTER_LIBRARIES} ${LIBGIT2_LIBRARIES} ${LIBUSB_LIBRARIES}) qt5_add_resources(SUBSURFACE_RESOURCES subsurface.qrc) -- cgit v1.2.3-70-g09d2