mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-11-17 08:17:59 +00:00
cmake: cross-compilation to Windows - fix lrelease search paths
This commit is contained in:
parent
a563582d95
commit
8845ce6d49
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