From 79958f4cfd3fa03073869ac33115162b229e8a75 Mon Sep 17 00:00:00 2001 From: dismine Date: Thu, 4 Dec 2014 18:05:47 +0200 Subject: [PATCH] Don't compress qm files. This make some translations unavailable. --HG-- branch : develop --- src/app/app.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/app.pro b/src/app/app.pro index 35369790e..86fae7aa8 100644 --- a/src/app/app.pro +++ b/src/app/app.pro @@ -299,7 +299,7 @@ for(_translation_name, INSTALL_TRANSLATIONS) { _translation_name_qm = $$basename(_translation_name) _translation_name_ts = $$section(_translation_name_qm, ".", 0, 0).ts - system($$shell_path($$[QT_INSTALL_BINS]/lrelease) -compress -removeidentical -nounfinished $$shell_path($${PWD}/$${TRANSLATIONS_PATH}/$$_translation_name_ts) -qm $$shell_path($${PWD}/$$_translation_name)) + system($$shell_path($$[QT_INSTALL_BINS]/lrelease) -removeidentical -nounfinished $$shell_path($${PWD}/$${TRANSLATIONS_PATH}/$$_translation_name_ts) -qm $$shell_path($${PWD}/$$_translation_name)) } for(DIR, INSTALL_TRANSLATIONS) {