summaryrefslogtreecommitdiffstats
path: root/tests/auto/xml/dom/qdom/qdom.pro
blob: 69e99aa0da3d6506aae6a009aa4025caee1e0989 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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
DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0