summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOliver Wolff <oliver.wolff@theqtcompany.com>2016-10-06 15:58:35 +0200
committerOliver Wolff <oliver.wolff@qt.io>2016-10-07 09:11:09 +0000
commitca661f332886760f2154ed7ed14550722c554943 (patch)
tree2184448a2322d3d332ba949e4c9c6a84411caffa
parent9f3b5a7d07cbb3a3c0fbcce932a8295b56beca8a (diff)
winrt: Added default bluetooth device capabilities for Windows 10
For Windows (Phone) 8.1 the bluetooth capabilities are more complicated and incompatible with the way we add them from qmake. Change-Id: Iccffd2200c0e50b300da27b1207da844f9982091 Reviewed-by: Maurice Kalinowski <maurice.kalinowski@qt.io>
-rw-r--r--src/bluetooth/bluetooth.pro6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/bluetooth/bluetooth.pro b/src/bluetooth/bluetooth.pro
index c22a4524..63e9ec11 100644
--- a/src/bluetooth/bluetooth.pro
+++ b/src/bluetooth/bluetooth.pro
@@ -222,6 +222,12 @@ config_bluez:qtHaveModule(dbus) {
qlowenergycontroller_p.cpp
}
+winrt-*-msvc2015 {
+ MODULE_WINRT_CAPABILITIES_DEVICE += \
+ bluetooth.genericAttributeProfile \
+ bluetooth.rfcomm
+}
+
OTHER_FILES +=
HEADERS += $$PUBLIC_HEADERS $$PRIVATE_HEADERS