summaryrefslogtreecommitdiffstats
path: root/src/plugins/bearer/bearer.pro
diff options
context:
space:
mode:
authorXizhi Zhu <xizhi.zhu@gmail.com>2012-01-10 04:41:30 +0200
committerQt by Nokia <qt-info@nokia.com>2012-01-10 07:12:41 +0100
commit0e0eb207c4ada7a09c980b816dda1c5c6af1c027 (patch)
treed41d6bf33a917b00e70cb78d87b297a0f823274c /src/plugins/bearer/bearer.pro
parent67f4893b7155799c529369880d59c314210149de (diff)
Remove ICD plugin for bearer.
It's only used by Maemo and Harmattan, thus not needed in Qt5. Change-Id: I8638f4fc63637be88d1aa584cde7e3a4116f2de6 Reviewed-by: Alex <alex.blasche@nokia.com>
Diffstat (limited to 'src/plugins/bearer/bearer.pro')
-rw-r--r--src/plugins/bearer/bearer.pro10
1 files changed, 3 insertions, 7 deletions
diff --git a/src/plugins/bearer/bearer.pro b/src/plugins/bearer/bearer.pro
index ead498e079..12b18ac1ea 100644
--- a/src/plugins/bearer/bearer.pro
+++ b/src/plugins/bearer/bearer.pro
@@ -1,12 +1,8 @@
TEMPLATE = subdirs
-contains(QT_CONFIG, dbus) {
- contains(QT_CONFIG, icd) {
- SUBDIRS += icd
- } else:linux* {
- SUBDIRS += generic
- SUBDIRS += connman networkmanager
- }
+linux*:contains(QT_CONFIG, dbus) {
+ SUBDIRS += generic
+ SUBDIRS += connman networkmanager
}
#win32:SUBDIRS += nla