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

QT = core xml network


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