summaryrefslogtreecommitdiffstats
path: root/tests/auto/qnetworkconfigurationmanager/qnetworkconfigurationmanager.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qnetworkconfigurationmanager/qnetworkconfigurationmanager.pro')
-rw-r--r--tests/auto/qnetworkconfigurationmanager/qnetworkconfigurationmanager.pro15
1 files changed, 0 insertions, 15 deletions
diff --git a/tests/auto/qnetworkconfigurationmanager/qnetworkconfigurationmanager.pro b/tests/auto/qnetworkconfigurationmanager/qnetworkconfigurationmanager.pro
deleted file mode 100644
index d9c1d6bba6..0000000000
--- a/tests/auto/qnetworkconfigurationmanager/qnetworkconfigurationmanager.pro
+++ /dev/null
@@ -1,15 +0,0 @@
-load(qttest_p4)
-SOURCES += tst_qnetworkconfigurationmanager.cpp
-HEADERS += ../qbearertestcommon.h
-
-QT = core network
-
-symbian {
- TARGET.CAPABILITY = NetworkServices NetworkControl ReadUserData
-}
-
-maemo6|maemo5 {
- CONFIG += link_pkgconfig
-
- PKGCONFIG += conninet
-}