summaryrefslogtreecommitdiffstats
path: root/tests/auto/qbluetoothdevicediscoveryagent/qbluetoothdevicediscoveryagent.pro
diff options
context:
space:
mode:
authorAlex Blasche <alexander.blasche@theqtcompany.com>2016-06-20 15:01:39 +0200
committerTimur Pocheptsov <timur.pocheptsov@theqtcompany.com>2016-07-08 12:07:32 +0000
commit0c028edf23de0073ba14115b43488a928c6fa492 (patch)
treebbf896fc3947d32c8cd7a4da7b681af94744854a /tests/auto/qbluetoothdevicediscoveryagent/qbluetoothdevicediscoveryagent.pro
parentee271934bf86193c4aabc95b7b870ccb761d4924 (diff)
Add unit test for QBDDAgent::setLowEnergyDiscoveryTimeout()
Task-number: QTBUG-53012 Change-Id: I8910986ac3bc51cabc37aa509ef395972d88a7c5 Reviewed-by: Timur Pocheptsov <timur.pocheptsov@theqtcompany.com>
Diffstat (limited to 'tests/auto/qbluetoothdevicediscoveryagent/qbluetoothdevicediscoveryagent.pro')
-rw-r--r--tests/auto/qbluetoothdevicediscoveryagent/qbluetoothdevicediscoveryagent.pro4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/auto/qbluetoothdevicediscoveryagent/qbluetoothdevicediscoveryagent.pro b/tests/auto/qbluetoothdevicediscoveryagent/qbluetoothdevicediscoveryagent.pro
index 36c88cdc..e012ae52 100644
--- a/tests/auto/qbluetoothdevicediscoveryagent/qbluetoothdevicediscoveryagent.pro
+++ b/tests/auto/qbluetoothdevicediscoveryagent/qbluetoothdevicediscoveryagent.pro
@@ -4,3 +4,7 @@ CONFIG += testcase
QT = core concurrent bluetooth testlib
osx:QT += widgets
+
+config_bluez:qtHaveModule(dbus) {
+ DEFINES += QT_BLUEZ_BLUETOOTH
+}