From e0c735763619365fc6ba01807a2c35db70557453 Mon Sep 17 00:00:00 2001 From: Claudio Valerio Date: Mon, 5 Nov 2012 17:11:18 +0100 Subject: [PATCH] fixed language missing on mac. Issue 1328 --- Sankore_3.1.pro | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Sankore_3.1.pro b/Sankore_3.1.pro index 7b888072..312173ee 100644 --- a/Sankore_3.1.pro +++ b/Sankore_3.1.pro @@ -335,16 +335,16 @@ macx { QMAKE_BUNDLE_DATA += TRANSLATION_tr } exists(resources/i18n/sankore_cs.qm) { - translation_cs.files = resources/i18n/sankore_cs.qm \ + TRANSLATION_cs.files = resources/i18n/sankore_cs.qm \ resources/i18n/localizable.strings - translation_cs.path = "$$resources_dir/cs.lproj" - qmake_bundle_data += translation_cs + TRANSLATION_cs.path = "$$RESOURCES_DIR/cs.lproj" + QMAKE_BUNDLE_DATA += TRANSLATION_cs } exists(resources/i18n/sankore_mg.qm) { - translation_mg.files = resources/i18n/sankore_mg.qm \ + TRANSLATION_mg.files = resources/i18n/sankore_mg.qm \ resources/i18n/localizable.strings - translation_mg.path = "$$resources_dir/mg.lproj" - qmake_bundle_data += translation_mg + TRANSLATION_mg.path = "$$RESOURCES_DIR/mg.lproj" + QMAKE_BUNDLE_DATA += TRANSLATION_mg } QMAKE_BUNDLE_DATA += UB_ETC \