summaryrefslogtreecommitdiffstats
path: root/tests/auto/qxmlstream/qxmlstream.pro
blob: ac03d421d12d557ea8903a9d42130759d54e9516 (plain)
1
2
3
4
5
6
7
8
9
10
11
load(qttest_p4)
SOURCES += tst_qxmlstream.cpp 

QT = core xml network


wince*|symbian*: {
   addFiles.sources = data XML-Test-Suite
   addFiles.path = .
   DEPLOYMENT += addFiles
}