summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--qtconnectivity.pro3
-rw-r--r--src/bluetooth/bluetooth.pro2
-rw-r--r--sync.profile5
3 files changed, 4 insertions, 6 deletions
diff --git a/qtconnectivity.pro b/qtconnectivity.pro
index d7df2578..de9c362a 100644
--- a/qtconnectivity.pro
+++ b/qtconnectivity.pro
@@ -1,3 +1,6 @@
+load(configure)
+qtCompileTest(bluez)
+
TEMPLATE = subdirs
CONFIG += ordered
diff --git a/src/bluetooth/bluetooth.pro b/src/bluetooth/bluetooth.pro
index feabe6ed..d10653f3 100644
--- a/src/bluetooth/bluetooth.pro
+++ b/src/bluetooth/bluetooth.pro
@@ -62,7 +62,7 @@ SOURCES += \
qbluetoothtransferrequest.cpp \
qbluetoothtransferreply.cpp
-contains(config_test_bluez, yes):contains(QT_CONFIG, dbus) {
+config_bluez:contains(QT_CONFIG, dbus) {
QT *= dbus
DEFINES += QT_BLUEZ_BLUETOOTH
diff --git a/sync.profile b/sync.profile
index 612cd263..ae948177 100644
--- a/sync.profile
+++ b/sync.profile
@@ -25,8 +25,3 @@
"qtsystems" => "refs/heads/master",
"qtxmlpatterns" => "refs/heads/master",
);
-
-# Compile tests
-%configtests = (
- "bluez" => {},
-);