summaryrefslogtreecommitdiffstats
path: root/src/plugins/bearer/bearer.pro
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/bearer/bearer.pro')
-rw-r--r--src/plugins/bearer/bearer.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/bearer/bearer.pro b/src/plugins/bearer/bearer.pro
index 899eede7bf..0375500306 100644
--- a/src/plugins/bearer/bearer.pro
+++ b/src/plugins/bearer/bearer.pro
@@ -1,6 +1,6 @@
TEMPLATE = subdirs
-linux*:contains(QT_CONFIG, dbus) {
+linux*:qtHaveModule(dbus) {
SUBDIRS += generic
SUBDIRS += connman networkmanager
}