summaryrefslogtreecommitdiffstats
path: root/tests/auto/network/access/qabstractnetworkcache/qabstractnetworkcache.pro
blob: 719c34f286bdce1ebc65f239fdc2e166cdbb8e95 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
CONFIG += testcase
TARGET = tst_qabstractnetworkcache
QT += network testlib
QT -= gui
SOURCES  += tst_qabstractnetworkcache.cpp

wince* {
   testFiles.files = tests
   testFiles.path = .
   DEPLOYMENT += testFiles
}

CONFIG += insignificant_test  # QTBUG-20686; note, assumed unstable on all platforms