mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-23 00:02:38 -05:00
Added svn ignore for build dir and *.diff git-svn-id: http://svn.osgeo.org/qgis/trunk@7091 c8812cc2-4d05-0410-92ff-de0c093fc19c
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\
|