diff options
Diffstat (limited to 'tests/auto/qdom')
-rw-r--r-- | tests/auto/qdom/qdom.pro | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/auto/qdom/qdom.pro b/tests/auto/qdom/qdom.pro index 7738fb7..84b721e 100644 --- a/tests/auto/qdom/qdom.pro +++ b/tests/auto/qdom/qdom.pro @@ -4,7 +4,7 @@ SOURCES += tst_qdom.cpp QT = core xml QT -= gui -wince*: { +wince*|symbian*: { addFiles.sources = testdata doubleNamespaces.xml umlaut.xml addFiles.path = . DEPLOYMENT += addFiles @@ -15,3 +15,5 @@ wince*: { else { DEFINES += SRCDIR=\\\"$$PWD/\\\" } + +symbian: TARGET.EPOCHEAPSIZE="0x100000 0x1000000" |