summaryrefslogtreecommitdiffstats
path: root/src/bluetooth
diff options
context:
space:
mode:
authorAlex Blasche <alexander.blasche@theqtcompany.com>2016-05-13 09:35:40 +0200
committerAlex Blasche <alexander.blasche@theqtcompany.com>2016-05-17 05:56:55 +0000
commit44b56a00335ff283bcef32f1624d6c389c2d6839 (patch)
treedb5818e94052581f8d0ddc5534a811cdc574dc6a /src/bluetooth
parent61a7dd3f79525f82345f2e0606b05fce74cb9ec5 (diff)
Fix missing printDummyWarning() symbol on WinRT
The WinRT port is not complete yet. The dummy backend still very much used by the WinRT backend. For now we leave the dummy warning in. Change-Id: Ifc7e4973000d4279c87294e00d685063e5c8b4fe Reviewed-by: Maurice Kalinowski <maurice.kalinowski@qt.io>
Diffstat (limited to 'src/bluetooth')
-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 ad0b6621..68001f5f 100644
--- a/src/bluetooth/bluetooth.pro
+++ b/src/bluetooth/bluetooth.pro
@@ -201,6 +201,9 @@ config_bluez:qtHaveModule(dbus) {
} else:winphone {
DEFINES += QT_WINRT_BLUETOOTH
+ # remove dummy warning once platform port is complete
+ include(dummy/dummy.pri)
+
SOURCES += \
qbluetoothdevicediscoveryagent_winrt.cpp \
qbluetoothlocaldevice_p.cpp \