summaryrefslogtreecommitdiffstats
path: root/tests/auto/qdom/qdom.pro
blob: 5466dfa53777152d911cc5e1152ad5da34345eae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
load(qttest_p4)
SOURCES  += tst_qdom.cpp

QT = core xml
QT -= gui

wince*: {
   addFiles.sources = testdata doubleNamespaces.xml umlaut.xml
   addFiles.path = .
   DEPLOYMENT += addFiles

   DEPLOYMENT_PLUGIN += qcncodecs qjpcodecs qkrcodecs qtwcodecs
}