drastically speedup update_ts.sh with Qt5's lupdate

This commit is contained in:
Juergen E. Fischer 2018-02-17 16:28:20 +01:00
parent 37f180c59e
commit 08bcb1cdd7

View File

@ -164,6 +164,8 @@ perl scripts/processing2cpp.pl python/plugins/processing/processing-i18n.cpp
echo Creating qmake project file
$QMAKE -project -o qgis_ts.pro -nopwd $PWD/src $PWD/python $PWD/i18n $textcpp
echo "TR_EXCLUDE = $(qmake -query QT_INSTALL_HEADERS)/*" >>qgis_ts.pro
echo Updating translations
$LUPDATE -locations absolute -verbose qgis_ts.pro