mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-01-10 03:42:05 +02:00
cmake: cross-compilation to Windows - fix lrelease search paths
This commit is contained in:
parent
a563582d95
commit
8845ce6d49
@ -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 New Issue
Block a user