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

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