mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-11-17 08:17:59 +00:00
Merge pull request #3078
8845ce6
cmake: cross-compilation to Windows - fix lrelease search paths (xiphon)
This commit is contained in:
commit
a80746adf1
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ find_package(Qt5Core REQUIRED)
|
|||
|
||||
find_package(Qt5LinguistTools QUIET)
|
||||
if(NOT Qt5_LRELEASE_EXECUTABLE)
|
||||
find_program(Qt5_LRELEASE_EXECUTABLE lrelease REQUIRED)
|
||||
find_program(Qt5_LRELEASE_EXECUTABLE lrelease REQUIRED CMAKE_FIND_ROOT_PATH_BOTH)
|
||||
endif()
|
||||
|
||||
file(GLOB TS_FILES *.ts)
|
||||
|
|
Loading…
Reference in a new issue