summaryrefslogtreecommitdiffstats
path: root/tools/configure/configureapp.cpp
diff options
context:
space:
mode:
authorJanne Anttila <janne.anttila@digia.com>2010-03-09 07:37:35 (GMT)
committerJanne Anttila <janne.anttila@digia.com>2010-03-09 08:46:52 (GMT)
commit065fdc4caba6305f45b53edf27391af29f496a1c (patch)
treeb21bacaf5f7d9ae73277facb74d43aa25f0f002e /tools/configure/configureapp.cpp
parent8428a5e9dbe8f872ba229aad360c8579638479ae (diff)
downloadQt-065fdc4caba6305f45b53edf27391af29f496a1c.zip
Qt-065fdc4caba6305f45b53edf27391af29f496a1c.tar.gz
Qt-065fdc4caba6305f45b53edf27391af29f496a1c.tar.bz2
Implemented QLibraryInfo::TranslationsPath for Symbian.
Discussed with QtProd and they agreed "/resource/qt/translations" would be suitable path to return from QLibraryInfo::TranslationsPath. Task-number: QTBUG-8291 Reviewed-by: Miikka Heikkinen
Diffstat (limited to 'tools/configure/configureapp.cpp')
-rw-r--r--tools/configure/configureapp.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/configure/configureapp.cpp b/tools/configure/configureapp.cpp
index 153df10..2555015 100644
--- a/tools/configure/configureapp.cpp
+++ b/tools/configure/configureapp.cpp
@@ -1484,6 +1484,7 @@ void Configure::applySpecSpecifics()
dictionary[ "QT_HOST_PREFIX" ] = dictionary[ "QT_INSTALL_PREFIX" ];
dictionary[ "QT_INSTALL_PREFIX" ] = "";
dictionary[ "QT_INSTALL_PLUGINS" ] = "\\resource\\qt\\plugins";
+ dictionary[ "QT_INSTALL_TRANSLATIONS" ] = "\\resource\\qt\\translations";
dictionary[ "ARM_FPU_TYPE" ] = "softvfp";
dictionary[ "SQL_SQLITE" ] = "yes";
dictionary[ "SQL_SQLITE_LIB" ] = "system";