diff options
author | Miikka Heikkinen <miikka.heikkinen@digia.com> | 2010-06-22 12:52:50 (GMT) |
---|---|---|
committer | Miikka Heikkinen <miikka.heikkinen@digia.com> | 2010-06-22 12:52:50 (GMT) |
commit | 8e86df43cbc54b740a8aa5f950a5811ac25b9539 (patch) | |
tree | 81e104606901baa0411f5dc457e4f98b5beb86b7 /tests/auto/qtextstream/test | |
parent | be41ab8d52ad56ba861b5552da259018d8dd0e21 (diff) | |
download | Qt-8e86df43cbc54b740a8aa5f950a5811ac25b9539.zip Qt-8e86df43cbc54b740a8aa5f950a5811ac25b9539.tar.gz Qt-8e86df43cbc54b740a8aa5f950a5811ac25b9539.tar.bz2 |
Removed unnecessary data_caging_paths.prf loading from applications
Since plugin and import paths variables were moved to symbian.conf,
there were many unnecessary load(data_caging_paths) statements
left in applications.
Task-number: QTBUG-11619
Reviewed-by: Janne Koskinen
Diffstat (limited to 'tests/auto/qtextstream/test')
-rw-r--r-- | tests/auto/qtextstream/test/test.pro | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/auto/qtextstream/test/test.pro b/tests/auto/qtextstream/test/test.pro index c70c27b..20823de 100644 --- a/tests/auto/qtextstream/test/test.pro +++ b/tests/auto/qtextstream/test/test.pro @@ -28,7 +28,6 @@ wince*|symbian: { wince*: { DEFINES += SRCDIR=\\\"\\\" }else:symbian { - load(data_caging_paths) # Symbian can't define SRCDIR meaningfully here qt_not_deployed { codecs_plugins.sources = qcncodecs.dll qjpcodecs.dll qtwcodecs.dll qkrcodecs.dll |