summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/xml/qxmlstream/qxmlstream.pro
blob: 160aaf898cf4f0df1dbc448b0d12b709959f7c44 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
CONFIG += testcase
TARGET = tst_qxmlstream
SOURCES += tst_qxmlstream.cpp

QT = core xml network testlib

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