Re-enabling bluetooth by default now https://bugs.kde.org/show_bug.cgi?id=482192 is fixed

As discussed, re-enabling this for the next release


(cherry picked from commit a3f6816954)

15cb4327 Re-enabling bluetooth by default now https://bugs.kde.org/show_bug.cgi?id=482192 is fixed

Co-authored-by: Rob Emery <kde@mintsoft.net>
This commit is contained in:
Simon Redman 2024-07-31 23:53:09 +00:00
parent 8eff1dcca7
commit 75ecb0fd74

View file

@ -12,7 +12,7 @@ option(MDNS_ENABLED "Use MDNS for device discovery" ON)
add_subdirectory(backends/lan) add_subdirectory(backends/lan)
add_subdirectory(backends/loopback) add_subdirectory(backends/loopback)
option(BLUETOOTH_ENABLED "Bluetooth support for kdeconnect" OFF) option(BLUETOOTH_ENABLED "Bluetooth support for kdeconnect" ON)
if(BLUETOOTH_ENABLED) if(BLUETOOTH_ENABLED)
find_package(Qt6 ${QT_MIN_VERSION} REQUIRED COMPONENTS Bluetooth) find_package(Qt6 ${QT_MIN_VERSION} REQUIRED COMPONENTS Bluetooth)
add_subdirectory(backends/bluetooth) add_subdirectory(backends/bluetooth)