Skip to content

Commit

Permalink
Make lrelease silent
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Jan 6, 2018
1 parent 7e6d6af commit 3452638
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion i18n/CMakeLists.txt
Expand Up @@ -11,7 +11,7 @@ MACRO(ADD_TRANSLATION_FILES _sources )
ADD_CUSTOM_COMMAND(
OUTPUT ${_out}
COMMAND ${QT_LRELEASE_EXECUTABLE}
ARGS -verbose ${_in} -qm ${_out}
ARGS -silent ${_in} -qm ${_out}
DEPENDS ${_in}
)

Expand Down

0 comments on commit 3452638

Please sign in to comment.