summaryrefslogtreecommitdiffstats
path: root/tests/auto/qabstractnetworkcache/qabstractnetworkcache.pro
blob: cffadb05c948a338ac62539e2d3173697d62b9c1 (plain)
1
2
3
4
5
6
7
8
9
10
load(qttest_p4)
QT += network
SOURCES  += tst_qabstractnetworkcache.cpp

wince*: {
   testFiles.sources = tests
   testFiles.path = .
   DEPLOYMENT += testFiles
}