diff options
Diffstat (limited to 'cmake/opentrack-i18n.cmake')
-rw-r--r-- | cmake/opentrack-i18n.cmake | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cmake/opentrack-i18n.cmake b/cmake/opentrack-i18n.cmake index c3aee3d2..8e8a74df 100644 --- a/cmake/opentrack-i18n.cmake +++ b/cmake/opentrack-i18n.cmake @@ -76,8 +76,8 @@ function(otr_merge_translations) add_custom_command(OUTPUT "${qm-output}" COMMAND "${lrelease-binary}" -nounfinished - #-silent - -verbose + -silent + #-verbose ${ts-files} -qm "${qm-output}" ${to-null} |