summaryrefslogtreecommitdiffstats
path: root/tests/auto/network/bearer/qnetworkconfiguration/qnetworkconfiguration.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 /tests/auto/network/bearer/qnetworkconfiguration/qnetworkconfiguration.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 'tests/auto/network/bearer/qnetworkconfiguration/qnetworkconfiguration.pro')
-rw-r--r--tests/auto/network/bearer/qnetworkconfiguration/qnetworkconfiguration.pro6
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/auto/network/bearer/qnetworkconfiguration/qnetworkconfiguration.pro b/tests/auto/network/bearer/qnetworkconfiguration/qnetworkconfiguration.pro
index b01f8d380e..cde82a4fb2 100644
--- a/tests/auto/network/bearer/qnetworkconfiguration/qnetworkconfiguration.pro
+++ b/tests/auto/network/bearer/qnetworkconfiguration/qnetworkconfiguration.pro
@@ -4,9 +4,3 @@ SOURCES += tst_qnetworkconfiguration.cpp
HEADERS += ../qbearertestcommon.h
QT = core network testlib
-
-maemo6|maemo5 {
- CONFIG += link_pkgconfig
-
- PKGCONFIG += conninet
-}