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

QT = core xml
QT -= gui

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

   DEPLOYMENT_PLUGIN += qcncodecs qjpcodecs qkrcodecs qtwcodecs
}

symbian: TARGET.EPOCHEAPSIZE="0x100000 0x1000000"