summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/bluez/bluez.pri
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/bluez/bluez.pri
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/bluez/bluez.pri')
-rw-r--r--src/bluetooth/bluez/bluez.pri2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/bluetooth/bluez/bluez.pri b/src/bluetooth/bluez/bluez.pri
index 9fb9242e..4201f104 100644
--- a/src/bluetooth/bluez/bluez.pri
+++ b/src/bluetooth/bluez/bluez.pri
@@ -15,6 +15,7 @@ HEADERS += bluez/manager_p.h \
bluez/device1_bluez5_p.h \
bluez/profilemanager1_p.h \
bluez/profile1_p.h \
+ bluez/profile1context_p.h \
bluez/obex_client1_bluez5_p.h \
bluez/obex_objectpush1_bluez5_p.h \
bluez/obex_transfer1_bluez5_p.h \
@@ -43,6 +44,7 @@ SOURCES += bluez/manager.cpp \
bluez/bluez5_helper.cpp \
bluez/profilemanager1.cpp \
bluez/profile1.cpp \
+ bluez/profile1context.cpp \
bluez/obex_client1_bluez5.cpp \
bluez/obex_objectpush1_bluez5.cpp \
bluez/obex_transfer1_bluez5.cpp \