Run lupdate when building GUI.

This hopefully helps keeping translation files better in synch.
This commit is contained in:
Kimmo Varis 2012-09-05 18:31:38 +03:00
parent 67e40a85e5
commit 47d36c6036
1 changed files with 1 additions and 0 deletions

View File

@ -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