summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/bluetooth.pro
diff options
context:
space:
mode:
authorAlex Blasche <alexander.blasche@qt.io>2017-10-27 12:01:53 +0200
committerAlex Blasche <alexander.blasche@qt.io>2017-11-03 13:09:01 +0000
commit47c861fd35c284d4e857ece6633992777a45da74 (patch)
treef8b930ffd7f16ea54947b8ee1dd0c4436b4444c3 /src/bluetooth/bluetooth.pro
parent202ec439d21456a318ed93c4bd1e6ba6f6460d59 (diff)
Provide UWP specific header for QLEControllerPrivate
Change-Id: Ic2ee2a76e2da4c236415f1eb3b98ab642ee3d1fc Reviewed-by: Oliver Wolff <oliver.wolff@qt.io>
Diffstat (limited to 'src/bluetooth/bluetooth.pro')
-rw-r--r--src/bluetooth/bluetooth.pro3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/bluetooth/bluetooth.pro b/src/bluetooth/bluetooth.pro
index 378a7d00..33dbfc4d 100644
--- a/src/bluetooth/bluetooth.pro
+++ b/src/bluetooth/bluetooth.pro
@@ -229,6 +229,9 @@ qtConfig(bluez) {
qbluetoothsocket_winrt.cpp \
qlowenergycontroller_winrt.cpp
+ PRIVATE_HEADERS -= qlowenergycontroller_p.h
+ PRIVATE_HEADERS += qlowenergycontroller_winrt_p.h
+
lessThan(WINDOWS_SDK_VERSION, 14393) {
DEFINES += QT_WINRT_LIMITED_SERVICEDISCOVERY
DEFINES += QT_UCRTVERSION=$$WINDOWS_SDK_VERSION