From 665e4ec0ec959a12a6b66cdd0533bd40b29cd56d Mon Sep 17 00:00:00 2001 From: Jo Asplin Date: Tue, 6 Sep 2011 10:01:38 +0200 Subject: Moved xml autotests into new directory structure Task-number: QTBUG-21260 Change-Id: I7bc30227d4e71e8783f274dbfa758399dca546d4 Reviewed-on: http://codereview.qt.nokia.com/4146 Reviewed-by: Qt Sanity Bot Reviewed-by: Jason McDonald --- tests/auto/xml/dom/qdom/qdom.pro | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 tests/auto/xml/dom/qdom/qdom.pro (limited to 'tests/auto/xml/dom/qdom/qdom.pro') 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" -- cgit v1.2.3