From 1cf19a8e3bd2f7c70b5f4e68265039c2a1bb6d2c Mon Sep 17 00:00:00 2001 From: dismine Date: Fri, 5 Dec 2014 15:32:04 +0200 Subject: [PATCH] Don't compress qm files. --HG-- branch : develop --- scripts/lrelease.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/lrelease.sh b/scripts/lrelease.sh index fd156eca9..b8ee902fd 100755 --- a/scripts/lrelease.sh +++ b/scripts/lrelease.sh @@ -2,4 +2,4 @@ # Run this script if you want release all translated string in program. # lrelease doesn't work with recursive *.pro file and without direct pointing to correct *.pro doesn't find anything. # Please run this script from folder /scripts. -lrelease -compress -removeidentical -nounfinished ../share/translations.pro +lrelease -removeidentical -nounfinished ../share/translations.pro