Qt: Update lupdate scripts to point to 6.1.0

This commit is contained in:
Connor McLaughlin
2021-06-04 13:37:37 +10:00
parent aac85299ea
commit d2f4170d01
4 changed files with 6 additions and 4 deletions

View File

@@ -65,7 +65,7 @@ REM A good .ts file has been passed
:goodfile
ECHO Updating %filename%...
ECHO.
SET "linguist=..\..\..\dep\msvc\qt\5.15.0\msvc2017_64\bin"
SET "linguist=..\..\..\dep\msvc\qt\6.1.0\msvc2019_64\bin"
SET "context=.././ ../../core/ ../../frontend-common/ -tr-function-alias translate+=TranslateString -tr-function-alias translate+=TranslateStdString -tr-function-alias QT_TRANSLATE_NOOP+=TRANSLATABLE"
"%linguist%\lupdate.exe" %context% -ts %filename%