summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/bluez/bluez.pri
diff options
context:
space:
mode:
authorAlex Blasche <alexander.blasche@qt.io>2018-07-25 13:26:48 +0200
committerAlex Blasche <alexander.blasche@qt.io>2018-08-03 08:32:25 +0000
commitf1d00a83d12f27c37c20b6138f00ff82960018c1 (patch)
tree3045b0e10b06f6822d6a4982be9f24a6aaf0d505 /src/bluetooth/bluez/bluez.pri
parent061b4afed568f279759c6da3b3ecd543d25941d2 (diff)
Add new Profile1 Interface from Bluez DBus
This interface is added to the build but not yet functional in the library. Task-number: QTBUG-68550 Change-Id: I59df7761dc02a6afe807a2bbd9377d94e0186784 Reviewed-by: Timur Pocheptsov <timur.pocheptsov@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 e2c320e1..9fb9242e 100644
--- a/src/bluetooth/bluez/bluez.pri
+++ b/src/bluetooth/bluez/bluez.pri
@@ -14,6 +14,7 @@ HEADERS += bluez/manager_p.h \
bluez/adapter1_bluez5_p.h \
bluez/device1_bluez5_p.h \
bluez/profilemanager1_p.h \
+ bluez/profile1_p.h \
bluez/obex_client1_bluez5_p.h \
bluez/obex_objectpush1_bluez5_p.h \
bluez/obex_transfer1_bluez5_p.h \
@@ -41,6 +42,7 @@ SOURCES += bluez/manager.cpp \
bluez/device1_bluez5.cpp \
bluez/bluez5_helper.cpp \
bluez/profilemanager1.cpp \
+ bluez/profile1.cpp \
bluez/obex_client1_bluez5.cpp \
bluez/obex_objectpush1_bluez5.cpp \
bluez/obex_transfer1_bluez5.cpp \