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

QT = core xml network

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