diff options
Diffstat (limited to 'modules/ECMCreateQmFromPoFiles.cmake')
-rw-r--r-- | modules/ECMCreateQmFromPoFiles.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/ECMCreateQmFromPoFiles.cmake b/modules/ECMCreateQmFromPoFiles.cmake index 4a31a93e..b66e5989 100644 --- a/modules/ECMCreateQmFromPoFiles.cmake +++ b/modules/ECMCreateQmFromPoFiles.cmake @@ -113,6 +113,7 @@ function(_ECM_QM_CREATE_TARGET install_destination catalog_name) find_program(lconvert_executable NAMES lconvert-qt5 lconvert PATHS ${lrelease_path} + NO_DEFAULT_PATH ) if (catalog_name) |