mirror of
https://github.com/monero-project/monero.git
synced 2024-10-01 11:49:47 -04:00
translations: find lrelease disguised as lrelease-qt5
This commit is contained in:
parent
fe3f6a3e6b
commit
be3a432653
@ -6,6 +6,10 @@ then
|
|||||||
lrelease=`which lrelease-qt4 2> /dev/null`
|
lrelease=`which lrelease-qt4 2> /dev/null`
|
||||||
fi
|
fi
|
||||||
if test -z "$lrelease"
|
if test -z "$lrelease"
|
||||||
|
then
|
||||||
|
lrelease=`which lrelease-qt5 2> /dev/null`
|
||||||
|
fi
|
||||||
|
if test -z "$lrelease"
|
||||||
then
|
then
|
||||||
echo "lrelease not found"
|
echo "lrelease not found"
|
||||||
exit 1
|
exit 1
|
||||||
|
Loading…
Reference in New Issue
Block a user