summaryrefslogtreecommitdiffstats
path: root/tests/auto/qbluetoothsocket/qbluetoothsocket.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qbluetoothsocket/qbluetoothsocket.pro')
-rw-r--r--tests/auto/qbluetoothsocket/qbluetoothsocket.pro6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/auto/qbluetoothsocket/qbluetoothsocket.pro b/tests/auto/qbluetoothsocket/qbluetoothsocket.pro
index 641ff6c7..8c9b2acb 100644
--- a/tests/auto/qbluetoothsocket/qbluetoothsocket.pro
+++ b/tests/auto/qbluetoothsocket/qbluetoothsocket.pro
@@ -3,7 +3,7 @@ TARGET = tst_qbluetoothsocket
CONFIG += testcase
testcase.timeout = 250 # this test is slow
-QT = core concurrent network bluetooth testlib
+QT = core concurrent network bluetooth-private testlib
osx:QT += widgets
OTHER_FILES += \
@@ -11,8 +11,8 @@ OTHER_FILES += \
osx {
DEFINES += QT_OSX_BLUETOOTH
-} else:android {
+} else: android {
DEFINES += QT_ANDROID_BLUETOOTH
-} config_bluez:qtHaveModule(dbus) {
+} else: qtConfig(bluez):qtHaveModule(dbus) {
DEFINES += QT_BLUEZ_BLUETOOTH
}