summaryrefslogtreecommitdiffstats
path: root/tests/auto/auto.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/auto.pro')
-rw-r--r--tests/auto/auto.pro4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/auto/auto.pro b/tests/auto/auto.pro
index e3539b57..a88d77a2 100644
--- a/tests/auto/auto.pro
+++ b/tests/auto/auto.pro
@@ -3,7 +3,7 @@ TEMPLATE = subdirs
SUBDIRS += \
cmake
-!isEmpty(QT.bluetooth.name) {
+qtHaveModule(bluetooth) {
SUBDIRS += \
qbluetoothaddress \
qbluetoothdevicediscoveryagent \
@@ -20,7 +20,7 @@ SUBDIRS += \
qrfcommserver
}
-!isEmpty(QT.nfc.name) {
+qtHaveModule(nfc) {
SUBDIRS += \
qndefmessage \
qndefrecord \