summaryrefslogtreecommitdiff
path: root/config.profiles
diff options
context:
space:
mode:
authorPasi Pentikainen <pasi.a.pentikainen@nokia.com>2011-09-27 17:14:11 +0300
committerPasi Pentikainen <pasi.a.pentikainen@nokia.com>2011-10-13 10:21:40 +0300
commitfe5f996eac2a4b4e7e704f7cdaebe990a76c6034 (patch)
treec08bdaad66c45a8115d08b976cf1a282d63d5a8f /config.profiles
parent2299f684f0ca6bdf49128b17c49488ae27b49479 (diff)
downloadqt4-tools-fe5f996eac2a4b4e7e704f7cdaebe990a76c6034.tar.gz
Put Qt translation files to rom on Symbian.
Task-Number: QTBUG-4919 Reviewed-by: Honglei Zhang
Diffstat (limited to 'config.profiles')
-rw-r--r--config.profiles/symbian/platform_paths.prf13
1 files changed, 13 insertions, 0 deletions
diff --git a/config.profiles/symbian/platform_paths.prf b/config.profiles/symbian/platform_paths.prf
index 0e2131ff43..176988568d 100644
--- a/config.profiles/symbian/platform_paths.prf
+++ b/config.profiles/symbian/platform_paths.prf
@@ -239,10 +239,23 @@ defineReplace(CORE_TOOLS_LAYER_IBY_EXPORT_PATH) {
defineReplace(CORE_ADAPT_LAYER_IBY_EXPORT_PATH) {
return(/epoc32/rom/include/$$1)
}
+
+defineReplace(LANGUAGE_APP_LAYER_IBY_EXPORT_PATH) {
+ return(/epoc32/rom/include/language/app/$$1)
+}
+defineReplace(LANGUAGE_MW_LAYER_IBY_EXPORT_PATH) {
+ return(/epoc32/rom/include/language/mw/$$1)
+}
+defineReplace(LANGUAGE_OS_LAYER_IBY_EXPORT_PATH) {
+ return(/epoc32/rom/include/language/os/$$1)
+}
+
defineReplace(CUSTOMER_VARIANT_APP_LAYER_IBY_EXPORT_PATH) {
return(/epoc32/rom/include/customervariant/app/$$1)
}
+
+
# You need to define the following in pro-file, if you are using the stllib:
# QMAKE_CXXFLAGS.CW *= $$STLLIB_USAGE_CW_FLAGS
# DEFINES *= $$STLLIB_USAGE_DEFINES