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.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qbluetoothsocket/qbluetoothsocket.pro b/tests/auto/qbluetoothsocket/qbluetoothsocket.pro
index 8c9b2acb..b73d9311 100644
--- a/tests/auto/qbluetoothsocket/qbluetoothsocket.pro
+++ b/tests/auto/qbluetoothsocket/qbluetoothsocket.pro
@@ -13,6 +13,6 @@ osx {
DEFINES += QT_OSX_BLUETOOTH
} else: android {
DEFINES += QT_ANDROID_BLUETOOTH
-} else: qtConfig(bluez):qtHaveModule(dbus) {
+} else: qtConfig(bluez) {
DEFINES += QT_BLUEZ_BLUETOOTH
}