diff options
-rw-r--r-- | modules/ECMCreateQmFromPoFiles.cmake | 1 | ||||
-rw-r--r-- | modules/ECMPoQmTools.cmake | 1 |
2 files changed, 2 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) diff --git a/modules/ECMPoQmTools.cmake b/modules/ECMPoQmTools.cmake index 3ce69581..74dc6563 100644 --- a/modules/ECMPoQmTools.cmake +++ b/modules/ECMPoQmTools.cmake @@ -129,6 +129,7 @@ function(ecm_process_po_files_as_qm lang) find_program(lconvert_executable NAMES lconvert-qt5 lconvert PATHS ${lrelease_path} + NO_DEFAULT_PATH ) # Create commands to turn po files into qm files |