bca0ee7115
Change-Id: Ifb9363fb6d397a91501fc906454e172731d4c06d Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com>
14 lines
263 B
Prolog
14 lines
263 B
Prolog
CONFIG += testcase
|
|
TARGET = tst_qdom
|
|
SOURCES += tst_qdom.cpp
|
|
|
|
QT = core xml testlib
|
|
QT -= gui
|
|
|
|
wince* {
|
|
wince*|qt_not_deployed {
|
|
DEPLOYMENT_PLUGIN += qcncodecs qjpcodecs qkrcodecs qtwcodecs
|
|
}
|
|
}
|
|
TESTDATA += testdata/* doubleNamespaces.xml umlaut.xml
|