7978cef796
Remove unused 'QT -= gui' and replace some others with 'QT = core ...' Change-Id: I2d14fae963afc21dbd21a4acdbba2c30cdf8fa61 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
13 lines
253 B
Prolog
13 lines
253 B
Prolog
CONFIG += testcase
|
|
TARGET = tst_qdom
|
|
SOURCES += tst_qdom.cpp
|
|
|
|
QT = core xml testlib
|
|
|
|
wince* {
|
|
wince*|qt_not_deployed {
|
|
DEPLOYMENT_PLUGIN += qcncodecs qjpcodecs qkrcodecs qtwcodecs
|
|
}
|
|
}
|
|
TESTDATA += testdata/* doubleNamespaces.xml umlaut.xml
|