aboutsummaryrefslogtreecommitdiff
path: root/modules/ECMPoQmTools.cmake
diff options
context:
space:
mode:
authorAlexander Potashev <aspotashev@gmail.com>2016-09-05 15:02:11 +0300
committerAlexander Potashev <aspotashev@gmail.com>2016-09-05 15:02:11 +0300
commitee35b6c12a8f05136ea7d69961e34a9d531d97b6 (patch)
tree49fa8b1dfa8693b16a2f953145ce5aea4a37954f /modules/ECMPoQmTools.cmake
parent42cbdc856588ac4adc79f28c3c91123aa5a7a307 (diff)
downloadextra-cmake-modules-ee35b6c12a8f05136ea7d69961e34a9d531d97b6.tar.gz
extra-cmake-modules-ee35b6c12a8f05136ea7d69961e34a9d531d97b6.tar.bz2
ecm_process_po_files_as_qm: Skip fuzzy translations
REVIEW: 128823
Diffstat (limited to 'modules/ECMPoQmTools.cmake')
-rw-r--r--modules/ECMPoQmTools.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/ECMPoQmTools.cmake b/modules/ECMPoQmTools.cmake
index de275d32..5bc3b075 100644
--- a/modules/ECMPoQmTools.cmake
+++ b/modules/ECMPoQmTools.cmake
@@ -175,7 +175,7 @@ function(ecm_process_po_files_as_qm lang)
COMMAND ${lconvert_executable}
ARGS -i ${po_file} -o ${ts_file} -target-language ${lang}
COMMAND Qt5::lrelease
- ARGS -removeidentical -silent ${ts_file} -qm ${qm_file}
+ ARGS -removeidentical -nounfinished -silent ${ts_file} -qm ${qm_file}
DEPENDS ${po_file}
)
if (ARGS_INSTALL_DESTINATION)