~ubuntu-branches/ubuntu/trusty/qgis/trusty

« back to all changes in this revision

Viewing changes to update_translations.bat

  • Committer: Bazaar Package Importer
  • Author(s): Johan Van de Wauw
  • Date: 2010-07-11 20:23:24 UTC
  • mfrom: (3.1.4 squeeze)
  • Revision ID: james.westby@ubuntu.com-20100711202324-5ktghxa7hracohmr
Tags: 1.4.0+12730-3ubuntu1
* Merge from Debian unstable (LP: #540941).
* Fix compilation issues with QT 4.7
* Add build-depends on libqt4-webkit-dev 

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
echo Creating qmake project file
2
 
qmake -project -o qgis_ts.pro
3
 
echo Updating translation files
4
 
lupdate -verbose qgis_ts.pro
5
 
lrelease -verbose qgis_ts.pro
6
 
echo Removing qmake project file
7
 
del qgis_ts.pro
8
 
copy i18n\*.qm qgis-release\share\qgis\i18n\