~ubuntu-branches/ubuntu/quantal/qgis/quantal

« back to all changes in this revision

Viewing changes to create_qm_files.sh

  • Committer: Bazaar Package Importer
  • Author(s): Steve Halasz
  • Date: 2005-11-05 16:04:45 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20051105160445-l0g4isz5bc9yehet
Tags: 0.7.4-1
* New upstream release
* Build GRASS support in qgis-plugin-grass package (Closes: #248649)

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
# create_qm_files.sh,v 1.4 2004/07/14 18:16:00 gsherman Exp
10
10
echo Creating qmake project file
11
11
# force the output name to be qgis_qm.pro
12
 
/usr/bin/qmake -project -o qgis_qm.pro
 
12
qmake -project -o qgis_qm.pro
13
13
echo Creating qm files
14
 
/usr/bin/lrelease -verbose qgis_qm.pro
 
14
lrelease -verbose qgis_qm.pro
15
15
echo Removing qmake project file
16
16
rm qgis_qm.pro