Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Make lrelease silent
- Loading branch information
Showing
with
1 addition
and
1 deletion.
-
+1
−1
i18n/CMakeLists.txt
|
@@ -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} |
|
|
) |
|
|
|
|
|
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.