summaryrefslogtreecommitdiffstats
path: root/tests/auto/network/access/qabstractnetworkcache/qabstractnetworkcache.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/network/access/qabstractnetworkcache/qabstractnetworkcache.pro')
-rw-r--r--tests/auto/network/access/qabstractnetworkcache/qabstractnetworkcache.pro14
1 files changed, 14 insertions, 0 deletions
diff --git a/tests/auto/network/access/qabstractnetworkcache/qabstractnetworkcache.pro b/tests/auto/network/access/qabstractnetworkcache/qabstractnetworkcache.pro
new file mode 100644
index 0000000000..4dea3c9c8c
--- /dev/null
+++ b/tests/auto/network/access/qabstractnetworkcache/qabstractnetworkcache.pro
@@ -0,0 +1,14 @@
+load(qttest_p4)
+QT += network
+QT -= gui
+SOURCES += tst_qabstractnetworkcache.cpp
+
+wince*|symbian: {
+ testFiles.files = tests
+ testFiles.path = .
+ DEPLOYMENT += testFiles
+}
+
+symbian: TARGET.CAPABILITY = NetworkServices
+
+CONFIG += insignificant_test # QTBUG-20686; note, assumed unstable on all platforms