mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-20 13:23:34 -07:00
Improve qmake configuration file for cross compilation
This commit is contained in:
parent
602e6b5263
commit
05bd0e5570
1 changed files with 2 additions and 2 deletions
|
@ -68,8 +68,8 @@ include(base/base.pri)
|
||||||
!nowebui: include(webui/webui.pri)
|
!nowebui: include(webui/webui.pri)
|
||||||
|
|
||||||
isEmpty(QMAKE_LRELEASE) {
|
isEmpty(QMAKE_LRELEASE) {
|
||||||
win32: QMAKE_LRELEASE = $$[QT_INSTALL_BINS]/lrelease.exe
|
win32: QMAKE_LRELEASE = $$[QT_HOST_BINS]/lrelease.exe
|
||||||
else: QMAKE_LRELEASE = $$[QT_INSTALL_BINS]/lrelease
|
else: QMAKE_LRELEASE = $$[QT_HOST_BINS]/lrelease
|
||||||
unix {
|
unix {
|
||||||
equals(QT_MAJOR_VERSION, 5) {
|
equals(QT_MAJOR_VERSION, 5) {
|
||||||
!exists($$QMAKE_LRELEASE): QMAKE_LRELEASE = lrelease-qt5
|
!exists($$QMAKE_LRELEASE): QMAKE_LRELEASE = lrelease-qt5
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue