mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-24 00:47:57 -05:00
shell script to create the qm files from the ts files
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@825 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
parent
9fa29d06fb
commit
cca7e519c2
11
create_qm_files.sh
Executable file
11
create_qm_files.sh
Executable file
@ -0,0 +1,11 @@
|
||||
#!/bin/sh
|
||||
# Create the .qm files from the translation files
|
||||
# 1. create a clean Qt .pro file for the project
|
||||
# 2. run lrelease using the .pro file from step 1
|
||||
# 3. remove the .pro
|
||||
echo Creating qmake project file
|
||||
qmake -project
|
||||
echo Creating qm files
|
||||
lrelease -verbose qgis.pro
|
||||
echo Removing qmake project file
|
||||
rm qgis.pro
|
Loading…
x
Reference in New Issue
Block a user