summaryrefslogtreecommitdiffstats
path: root/src/sdk/sdk.pro
diff options
context:
space:
mode:
authorKatja Marttila <katja.marttila@theqtcompany.com>2015-11-25 14:43:21 +0200
committerKatja Marttila <katja.marttila@theqtcompany.com>2015-11-27 12:31:16 +0000
commitf36065651341dcde8296135e020de9279f90f3ec (patch)
tree3347258dc4b9a9edbcb18aa9a53cc7fa7cbecca5 /src/sdk/sdk.pro
parentc43f3f0c683841f7b2bd62ce8c1556f2e5412d4d (diff)
Fix spanish language import name
Spanish language was imported as name qtbase_es.qm. As it is not found under Qt translations, all other translations were skipped to. Change-Id: I093e72abf7385ca7926d61a14225e3254c1c1fbd Task-number: QTIFW-791 Reviewed-by: Niels Weber <niels.weber@theqtcompany.com>
Diffstat (limited to 'src/sdk/sdk.pro')
-rw-r--r--src/sdk/sdk.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sdk/sdk.pro b/src/sdk/sdk.pro
index 4726921a7..76bd4c5e2 100644
--- a/src/sdk/sdk.pro
+++ b/src/sdk/sdk.pro
@@ -22,7 +22,7 @@ CONFIG(static, static|shared) {
DESTDIR = $$IFW_APP_PATH
exists($$LRELEASE) {
- QT_LANGUAGES = qtbase_de qtbase_es qt_fr qtbase_it qtbase_ja qt_pl qtbase_ru qt_zh_CN
+ QT_LANGUAGES = qtbase_de qt_es qt_fr qtbase_it qtbase_ja qt_pl qtbase_ru qt_zh_CN
IB_LANGUAGES = de en es fr it ja pl ru zh_cn
defineReplace(prependAll) {
for(a,$$1):result += $$2$${a}$$3