(cherry picked from commit 7f3287a71b)
This commit is contained in:
Simon Redman 2024-03-02 14:46:29 +00:00
parent aa815cdb1a
commit 5a42e86372

View file

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