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.pro3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/plugins/bearer/bearer.pro b/src/plugins/bearer/bearer.pro
index f95e8af..6d8f7f2 100644
--- a/src/plugins/bearer/bearer.pro
+++ b/src/plugins/bearer/bearer.pro
@@ -4,7 +4,8 @@ contains(QT_CONFIG, dbus) {
contains(QT_CONFIG, icd) {
SUBDIRS += icd
} else {
- SUBDIRS += networkmanager generic
+ SUBDIRS += generic
+ !mac:SUBDIRS += connman networkmanager
}
}