translations: find lrelease disguised as lrelease-qt5

This commit is contained in:
moneromooo-monero 2019-11-15 13:21:22 +00:00
parent fe3f6a3e6b
commit be3a432653
No known key found for this signature in database
GPG Key ID: 686F07454D6CEFC3
1 changed files with 4 additions and 0 deletions

View File

@ -6,6 +6,10 @@ then
lrelease=`which lrelease-qt4 2> /dev/null`
fi
if test -z "$lrelease"
then
lrelease=`which lrelease-qt5 2> /dev/null`
fi
if test -z "$lrelease"
then
echo "lrelease not found"
exit 1