aboutsummaryrefslogtreecommitdiff
path: root/qmmp.pro
diff options
context:
space:
mode:
Diffstat (limited to 'qmmp.pro')
-rw-r--r--qmmp.pro4
1 files changed, 2 insertions, 2 deletions
diff --git a/qmmp.pro b/qmmp.pro
index ea58070f0..e6439283a 100644
--- a/qmmp.pro
+++ b/qmmp.pro
@@ -28,8 +28,8 @@ message(Found lrelease executable: $$LRELEASE_EXECUTABLE)
}
message(generating translations)
-unix:system(find . -name *.ts | xargs $$LRELEASE_EXECUTABLE)
-win32:system(for /r %B in (*.ts) do $$LRELEASE_EXECUTABLE %B)
+unix:system(find . -name *.ts | xargs $$LRELEASE_EXECUTABLE -compress)
+win32:system(for /r %B in (*.ts) do $$LRELEASE_EXECUTABLE -compress %B)
message("******* BUILD CONFIGURATION *******")
for(out, CONFIG):message($$out)