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

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