mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-01-10 11:52: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)
|
find_package(Qt5LinguistTools QUIET)
|
||||||
if(NOT Qt5_LRELEASE_EXECUTABLE)
|
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()
|
endif()
|
||||||
|
|
||||||
file(GLOB TS_FILES *.ts)
|
file(GLOB TS_FILES *.ts)
|
||||||
|
Loading…
Reference in New Issue
Block a user