Additional Qt5 build fixes

FossilOrigin-Name: 25bddf93fec4f964758dac86b08f5d609cd531bb
This commit is contained in:
kostas
2015-03-27 17:46:16 +00:00
parent d07e1022ee
commit e884f7da80
4 changed files with 11 additions and 11 deletions

View File

@ -12,11 +12,11 @@ for i in $INTLDIR/*.ts
do
BASE=`basename $i .ts`
# Convert all except the en_US which is
# Convert all except the en_US which is
# the original text in the code
if [ "$BASE" != "en_US" ]; then
echo "$TARGET"
lrelease $i -qm $PRJDIR/rsrc/intl/$BASE.qm
lrelease-qt5 $i -qm $PRJDIR/rsrc/intl/$BASE.qm
fi
done

View File

@ -1,5 +1,5 @@
#!/bin/sh
# Update existing translations
lupdate ../fuel.pro
lupdate-qt5 ../fuel.pro