From 47d36c6036f14cbe9ffd25fb7d958cf16172eeb1 Mon Sep 17 00:00:00 2001 From: Kimmo Varis Date: Wed, 5 Sep 2012 18:31:38 +0300 Subject: [PATCH] Run lupdate when building GUI. This hopefully helps keeping translation files better in synch. --- build.bat | 1 + 1 file changed, 1 insertion(+) diff --git a/build.bat b/build.bat index 79a85b8a7..66e7d5431 100644 --- a/build.bat +++ b/build.bat @@ -49,6 +49,7 @@ goto end pushd gui qmake -config %TARGET% HAVE_RULES=%HAVE_RULES% %MAKE% +lupdate -no-obsolete gui.pro lrelease gui.pro popd goto end