summaryrefslogtreecommitdiffstats
path: root/tests/auto/qxmlstream/qxmlstream.pro
blob: 31d77e799b0f5eb3ae9ff12149e0e95dfd6bf2c4 (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
   DEFINES += SRCDIR=\\\"\\\"
} else {
    DEFINES += SRCDIR=\\\"$$PWD/\\\"
}