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, 15 insertions, 0 deletions
diff --git a/tests/auto/qnetworkconfigurationmanager/qnetworkconfigurationmanager.pro b/tests/auto/qnetworkconfigurationmanager/qnetworkconfigurationmanager.pro
new file mode 100644
index 0000000000..d9c1d6bba6
--- /dev/null
+++ b/tests/auto/qnetworkconfigurationmanager/qnetworkconfigurationmanager.pro
@@ -0,0 +1,15 @@
+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
+}