summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/bluetooth.pro
diff options
context:
space:
mode:
authorAlex Blasche <alexander.blasche@qt.io>2018-07-25 14:28:22 +0200
committerAlex Blasche <alexander.blasche@qt.io>2018-08-09 08:55:04 +0000
commit80bea1f32b92c70c21c96762e31c726cb49e180f (patch)
tree4cc8558c45986359a51756b4959756c712ca5332 /src/bluetooth/bluetooth.pro
parentf1d00a83d12f27c37c20b6138f00ff82960018c1 (diff)
Implement QBluetoothSocket Client support for Bluez5 DBus
The new code is not yet enabled in QBluetoothSocket because the server side implementation is still missing. Task-number: QTBUG-68550 Change-Id: I2f94dac9f7665c8d4ba5d675e91c5ab81af8504a Reviewed-by: Oliver Wolff <oliver.wolff@qt.io> Reviewed-by: Alex Blasche <alexander.blasche@qt.io>
Diffstat (limited to 'src/bluetooth/bluetooth.pro')
-rw-r--r--src/bluetooth/bluetooth.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bluetooth/bluetooth.pro b/src/bluetooth/bluetooth.pro
index 884dbebf..72208a87 100644
--- a/src/bluetooth/bluetooth.pro
+++ b/src/bluetooth/bluetooth.pro
@@ -87,7 +87,7 @@ win32 {
qtConfig(bluez) {
QT_PRIVATE = concurrent
- QT_FOR_PRIVATE += dbus
+ QT_FOR_PRIVATE += dbus network
# do not link against QtNetwork but use inline qt_safe_* functions
INCLUDEPATH += $$QT.network_private.includes