qt6-bb10/tests/auto/corelib/xml/qxmlstream/qxmlstream.pro

15 lines
290 B
Prolog

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/\\\"
}