summaryrefslogtreecommitdiffstats
path: root/tests/auto/qabstractnetworkcache/qabstractnetworkcache.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qabstractnetworkcache/qabstractnetworkcache.pro')
-rw-r--r--tests/auto/qabstractnetworkcache/qabstractnetworkcache.pro12
1 files changed, 12 insertions, 0 deletions
diff --git a/tests/auto/qabstractnetworkcache/qabstractnetworkcache.pro b/tests/auto/qabstractnetworkcache/qabstractnetworkcache.pro
new file mode 100644
index 0000000000..6f5044f6bb
--- /dev/null
+++ b/tests/auto/qabstractnetworkcache/qabstractnetworkcache.pro
@@ -0,0 +1,12 @@
+load(qttest_p4)
+QT += network
+QT -= gui
+SOURCES += tst_qabstractnetworkcache.cpp
+
+wince*|symbian: {
+ testFiles.files = tests
+ testFiles.path = .
+ DEPLOYMENT += testFiles
+}
+
+symbian: TARGET.CAPABILITY = NetworkServices