summaryrefslogtreecommitdiffstats
path: root/tests/auto/qnetworkproxy/qnetworkproxy.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qnetworkproxy/qnetworkproxy.pro')
-rw-r--r--tests/auto/qnetworkproxy/qnetworkproxy.pro11
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/auto/qnetworkproxy/qnetworkproxy.pro b/tests/auto/qnetworkproxy/qnetworkproxy.pro
new file mode 100644
index 0000000000..fc0a216a15
--- /dev/null
+++ b/tests/auto/qnetworkproxy/qnetworkproxy.pro
@@ -0,0 +1,11 @@
+############################################################
+# Project file for autotest for file qnetworkproxy.h
+############################################################
+
+load(qttest_p4)
+QT = core network
+
+SOURCES += tst_qnetworkproxy.cpp
+
+symbian: TARGET.CAPABILITY = NetworkServices
+