mirror of
https://github.com/leozide/leocad
synced 2024-12-26 21:58:44 +01:00
Looks for lrelease-qt5.
This commit is contained in:
parent
8adf3502c0
commit
b6c5a00f25
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ isEmpty(QMAKE_LRELEASE) {
|
|||
win32:QMAKE_LRELEASE = $$[QT_INSTALL_BINS]\\lrelease.exe
|
||||
else:QMAKE_LRELEASE = $$[QT_INSTALL_BINS]/lrelease
|
||||
unix {
|
||||
!exists($$QMAKE_LRELEASE) { QMAKE_LRELEASE = lrelease-qt4 }
|
||||
!exists($$QMAKE_LRELEASE) { QMAKE_LRELEASE = lrelease-qt5 }
|
||||
} else {
|
||||
!exists($$QMAKE_LRELEASE) { QMAKE_LRELEASE = lrelease }
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue