mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-24 00:47:57 -05:00
9 lines
256 B
Batchfile
9 lines
256 B
Batchfile
|
echo Creating qmake project file
|
||
|
qmake -project -o qgis_ts.pro
|
||
|
echo Updating translation files
|
||
|
lupdate -verbose qgis_ts.pro
|
||
|
lrelease -verbose qgis_ts.pro
|
||
|
echo Removing qmake project file
|
||
|
del qgis_ts.pro
|
||
|
copy i18n\*.qm qgis-release\share\qgis\i18n\
|