Additional Qt5 build fixes
FossilOrigin-Name: 25bddf93fec4f964758dac86b08f5d609cd531bb
This commit is contained in:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user