mirror of
https://github.com/monero-project/monero.git
synced 2024-11-17 16:27:39 +00:00
translations: find lrelease disguised as lrelease-qt5
This commit is contained in:
parent
fe3f6a3e6b
commit
be3a432653
1 changed files with 4 additions and 0 deletions
|
@ -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 a new issue