mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-14 02:27:09 -07:00
Merge pull request #13055 from brvphoenix/fix-cross-compile
Improve qmake configuration file for cross compilation
This commit is contained in:
commit
929dc2e2b3
1 changed files with 2 additions and 2 deletions
|
@ -68,8 +68,8 @@ include(base/base.pri)
|
|||
!nowebui: include(webui/webui.pri)
|
||||
|
||||
isEmpty(QMAKE_LRELEASE) {
|
||||
win32: QMAKE_LRELEASE = $$[QT_INSTALL_BINS]/lrelease.exe
|
||||
else: QMAKE_LRELEASE = $$[QT_INSTALL_BINS]/lrelease
|
||||
win32: QMAKE_LRELEASE = $$[QT_HOST_BINS]/lrelease.exe
|
||||
else: QMAKE_LRELEASE = $$[QT_HOST_BINS]/lrelease
|
||||
unix {
|
||||
equals(QT_MAJOR_VERSION, 5) {
|
||||
!exists($$QMAKE_LRELEASE): QMAKE_LRELEASE = lrelease-qt5
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue