From f36065651341dcde8296135e020de9279f90f3ec Mon Sep 17 00:00:00 2001 From: Katja Marttila Date: Wed, 25 Nov 2015 14:43:21 +0200 Subject: 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 --- src/sdk/sdk.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/sdk/sdk.pro') 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 -- cgit v1.2.3