CI: switch lupdate-versions checked for
- look for the more-specific lupdate-qt5 first, then the generic one - in practice this is moot, though, since the only person running this script is me, on one of my development VMs Reported by Kevin Kofler (who rightly points out that lupdate *might* be a Qt4 or even Qt3-era executable).
This commit is contained in:
parent
e967b121e2
commit
c18d40f61b
@ -50,7 +50,7 @@ fi
|
||||
#
|
||||
#
|
||||
LUPDATE=""
|
||||
for _lupdate in lupdate lupdate-qt5
|
||||
for _lupdate in lupdate-qt5 lupdate
|
||||
do
|
||||
export QT_SELECT=5
|
||||
$_lupdate -version > /dev/null 2>&1 || export QT_SELECT=qt5
|
||||
|
Loading…
Reference in New Issue
Block a user