mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 05:00:20 +00:00
Enable BLE on Android
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
6f1590b098
commit
d67421c9e6
1 changed files with 1 additions and 1 deletions
|
@ -217,7 +217,7 @@ if (BTSUPPORT AND "${Qt5Core_VERSION}" VERSION_LESS 5.4.0)
|
|||
endif()
|
||||
|
||||
#I can't test MacOS, and Windows Qt doesn't support BLE at all afaik
|
||||
if (BTSUPPORT AND CMAKE_SYSTEM_NAME STREQUAL "Linux")
|
||||
if (BTSUPPORT AND (ANDROID OR CMAKE_SYSTEM_NAME STREQUAL "Linux"))
|
||||
set(BLESUPPORT ON)
|
||||
endif()
|
||||
|
||||
|
|
Loading…
Reference in a new issue