1
load(qttest_p4)
2
QT += network
3
SOURCES += tst_qabstractnetworkcache.cpp
4
5
wince*|symbian: {
6
testFiles.sources = tests
7
testFiles.path = .
8
DEPLOYMENT += testFiles
9
}
10