summaryrefslogtreecommitdiffstats
path: root/tests/auto/qtextstream/test
diff options
context:
space:
mode:
authorMiikka Heikkinen <miikka.heikkinen@digia.com>2009-08-11 16:21:49 +0300
committerMiikka Heikkinen <miikka.heikkinen@digia.com>2009-08-11 16:21:49 +0300
commit06f5b06d05cd994f22cf2e3bce5c4a5e7560fd19 (patch)
treea4d9a12bc47f49b649581047ddf940fa8f0ac933 /tests/auto/qtextstream/test
parent08274bc50ae1280102b43a9b7fd71e6ec6ba9254 (diff)
Fixed qtextstream autotest for Symbian
Diffstat (limited to 'tests/auto/qtextstream/test')
-rw-r--r--tests/auto/qtextstream/test/test.pro8
1 files changed, 6 insertions, 2 deletions
diff --git a/tests/auto/qtextstream/test/test.pro b/tests/auto/qtextstream/test/test.pro
index 973c0112fa..9f117d50f8 100644
--- a/tests/auto/qtextstream/test/test.pro
+++ b/tests/auto/qtextstream/test/test.pro
@@ -26,11 +26,15 @@ wince*|symbian: {
}
wince*: {
- DEFINES += SRCDIR=\\\"\\\"
+ DEFINES += SRCDIR=\\\"\\\"
}else:symbian {
+ load(data_caging_paths)
# Symbian can't define SRCDIR meaningfully here
+ codecs_plugins.sources = qcncodecs.dll qjpcodecs.dll qtwcodecs.dll qkrcodecs.dll
+ codecs_plugins.path = $$QT_PLUGINS_BASE_DIR/codecs
+ DEPLOYMENT += codecs_plugins
}else {
- DEFINES += SRCDIR=\\\"$$PWD/../\\\"
+ DEFINES += SRCDIR=\\\"$$PWD/../\\\"
}