translations: find lrelease disguised as lrelease-qt5

pull/235/head
moneromooo-monero 5 years ago
parent fe3f6a3e6b
commit be3a432653
No known key found for this signature in database
GPG Key ID: 686F07454D6CEFC3

@ -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

Loading…
Cancel
Save