mirror of
https://github.com/leozide/leocad
synced 2024-12-26 21:58:44 +01:00
Update leocad.pro
This commit is contained in:
parent
3b270d7107
commit
6100ca086f
1 changed files with 1 additions and 0 deletions
|
@ -49,6 +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