diff options
author | Robert C. Helling <helling@atdotde.de> | 2017-06-01 21:39:26 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2017-06-01 14:33:41 -0700 |
commit | ec34ebfb040edbd5c4f36982e610100d005cfe06 (patch) | |
tree | 8938e7c67b1e7af519f8f07d86677ffba8e9b768 /packaging/ios/Subsurface-mobile/dummy.qml | |
parent | f5adbe566235a0b9b7ea0ab978d89aebef8fc8ec (diff) | |
download | subsurface-ec34ebfb040edbd5c4f36982e610100d005cfe06.tar.gz |
Enable BT for iOS build
and add some new source files to .pro file
Signed-off-by: Robert C. Helling <helling@atdotde.de>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'packaging/ios/Subsurface-mobile/dummy.qml')
-rw-r--r-- | packaging/ios/Subsurface-mobile/dummy.qml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packaging/ios/Subsurface-mobile/dummy.qml b/packaging/ios/Subsurface-mobile/dummy.qml index aaf0a7984..96a1e3745 100644 --- a/packaging/ios/Subsurface-mobile/dummy.qml +++ b/packaging/ios/Subsurface-mobile/dummy.qml @@ -9,6 +9,7 @@ import QtQuick.Layouts 1.2 import QtQuick.Window 2.2 import QtGraphicalEffects 1.0 import QtQml.Models 2.1 +import QtBluetooth 5.2 ApplicationWindow { |