summaryrefslogtreecommitdiffstats
path: root/tests/auto/qdom/qdom.pro
diff options
context:
space:
mode:
authoraxis <qt-info@nokia.com>2009-04-24 13:34:15 +0200
committeraxis <qt-info@nokia.com>2009-04-24 13:34:15 +0200
commit8f427b2b914d5b575a4a7c0ed65d2fb8f45acc76 (patch)
treea17e1a767a89542ab59907462206d7dcf2e504b2 /tests/auto/qdom/qdom.pro
Long live Qt for S60!
Diffstat (limited to 'tests/auto/qdom/qdom.pro')
-rw-r--r--tests/auto/qdom/qdom.pro15
1 files changed, 15 insertions, 0 deletions
diff --git a/tests/auto/qdom/qdom.pro b/tests/auto/qdom/qdom.pro
new file mode 100644
index 0000000000..9a9bcbbea7
--- /dev/null
+++ b/tests/auto/qdom/qdom.pro
@@ -0,0 +1,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"