summaryrefslogtreecommitdiffstats
path: root/tests/auto/xml/dom/qdom/qdom.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/xml/dom/qdom/qdom.pro')
-rw-r--r--tests/auto/xml/dom/qdom/qdom.pro21
1 files changed, 21 insertions, 0 deletions
diff --git a/tests/auto/xml/dom/qdom/qdom.pro b/tests/auto/xml/dom/qdom/qdom.pro
new file mode 100644
index 0000000000..0a3c167a4b
--- /dev/null
+++ b/tests/auto/xml/dom/qdom/qdom.pro
@@ -0,0 +1,21 @@
+load(qttest_p4)
+SOURCES += tst_qdom.cpp
+
+QT = core xml
+QT -= gui
+
+wince*|symbian: {
+ addFiles.files = testdata doubleNamespaces.xml umlaut.xml
+ addFiles.path = .
+ DEPLOYMENT += addFiles
+
+ wince*|qt_not_deployed {
+ DEPLOYMENT_PLUGIN += qcncodecs qjpcodecs qkrcodecs qtwcodecs
+ }
+ !symbian:DEFINES += SRCDIR=\\\"\\\"
+}
+else {
+ DEFINES += SRCDIR=\\\"$$PWD/\\\"
+}
+
+symbian: TARGET.EPOCHEAPSIZE="0x100000 0x1000000"