diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2017-11-29 19:32:19 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2017-11-29 21:52:09 -0800 |
commit | 31c005fa06733bc5e3241d6b77490394fbb11422 (patch) | |
tree | 60eec527e318e7380186e3889b23a340ceaa6e47 | |
parent | 16607a66c4a9eff4f6da607181534574c558c91f (diff) | |
download | subsurface-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.pro | 2 |
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 |