aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2017-11-29 19:32:19 -0800
committerGravatar Dirk Hohndel <dirk@hohndel.org>2017-11-29 21:52:09 -0800
commit31c005fa06733bc5e3241d6b77490394fbb11422 (patch)
tree60eec527e318e7380186e3889b23a340ceaa6e47
parent16607a66c4a9eff4f6da607181534574c558c91f (diff)
downloadsubsurface-31c005fa06733bc5e3241d6b77490394fbb11422.tar.gz
iOS build: enable BLE support in the code
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
-rw-r--r--packaging/ios/Subsurface-mobile/Subsurface-mobile.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/ios/Subsurface-mobile/Subsurface-mobile.pro b/packaging/ios/Subsurface-mobile/Subsurface-mobile.pro
index 1ed507cc4..39d6722e3 100644
--- a/packaging/ios/Subsurface-mobile/Subsurface-mobile.pro
+++ b/packaging/ios/Subsurface-mobile/Subsurface-mobile.pro
@@ -2,7 +2,7 @@ TEMPLATE = app
QT += qml quick quickcontrols2 widgets positioning concurrent svg bluetooth
-DEFINES += SUBSURFACE_MOBILE BT_SUPPORT
+DEFINES += SUBSURFACE_MOBILE BT_SUPPORT BLE_SUPPORT
CONFIG += c++11