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

QT = core xml network


wince*|symbian*: {
   addFiles.sources = data XML-Test-Suite
   addFiles.path = .
   DEPLOYMENT += addFiles
   DEFINES += SRCDIR=\\\"\\\"
} else {
   DEFINES += SRCDIR=\\\"$$PWD/\\\"
}