diff options
author | Alex Blasche <alexander.blasche@qt.io> | 2017-11-02 09:49:31 +0100 |
---|---|---|
committer | Alex Blasche <alexander.blasche@qt.io> | 2017-12-13 07:40:18 +0000 |
commit | 37a3b8104588605f9055ea93e59112e48a114dc1 (patch) | |
tree | bbb0c97f26fd5f9667d3339302cb73e134e9f3ed /src/bluetooth/bluetooth.pro | |
parent | 49b6eaede5ce149a7517718c5c59b92d25adb7d5 (diff) | |
download | qtconnectivity-37a3b8104588605f9055ea93e59112e48a114dc1.tar.gz |
Implement bluetoothd version test
This patch adds the ability to detect the underlying version of bluetoothd.
The bluetoothd version provides the means to decide whether the DBUS LE
API is sufficient to fullfil the QLEController requirements.
Bluez DBus LE API is usable since Bluez 5.42. Prior versions
only had experimental DBus LE APIs.
Task-number: QTBUG-46819
Change-Id: Ic047fba27c01ee40571abb0c4eb45828f4a64475
Reviewed-by: Oliver Wolff <oliver.wolff@qt.io>
Diffstat (limited to 'src/bluetooth/bluetooth.pro')
-rw-r--r-- | src/bluetooth/bluetooth.pro | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/bluetooth/bluetooth.pro b/src/bluetooth/bluetooth.pro index adba1aab..f675b0d9 100644 --- a/src/bluetooth/bluetooth.pro +++ b/src/bluetooth/bluetooth.pro @@ -88,6 +88,9 @@ qtConfig(bluez) { QT_PRIVATE = concurrent QT_FOR_PRIVATE += dbus + # do not link against QtNetwork but use inline qt_safe_* functions + INCLUDEPATH += $$QT.network_private.includes + include(bluez/bluez.pri) PRIVATE_HEADERS += \ |