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

QT = core xml
QT -= gui

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

   wince*|qt_not_deployed {
       DEPLOYMENT_PLUGIN += qcncodecs qjpcodecs qkrcodecs qtwcodecs
   }
   DEFINES += SRCDIR=\\\"\\\"
}
else {
    DEFINES += SRCDIR=\\\"$$PWD/\\\"
}