mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
iOS build: enable BLE support in the code
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
16607a66c4
commit
31c005fa06
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ TEMPLATE = app
|
||||||
|
|
||||||
QT += qml quick quickcontrols2 widgets positioning concurrent svg bluetooth
|
QT += qml quick quickcontrols2 widgets positioning concurrent svg bluetooth
|
||||||
|
|
||||||
DEFINES += SUBSURFACE_MOBILE BT_SUPPORT
|
DEFINES += SUBSURFACE_MOBILE BT_SUPPORT BLE_SUPPORT
|
||||||
|
|
||||||
CONFIG += c++11
|
CONFIG += c++11
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue