diff --git a/translations/CMakeLists.txt b/translations/CMakeLists.txt
index cc5679e18838235a2312ea23da9a1aa3caae3618..002835814ff1a737f5e624a6649a28464f905391 100644
--- a/translations/CMakeLists.txt
+++ b/translations/CMakeLists.txt
@@ -143,7 +143,8 @@ set_source_files_properties(${ts_files} PROPERTIES OUTPUT_LOCATION "${qm_output_
 qt_add_lrelease(updateqm
     TS_FILES ${ts_files}
     NO_GLOBAL_TARGET
-    QM_FILES_OUTPUT_VARIABLE qm_files)
+    QM_FILES_OUTPUT_VARIABLE qm_files
+    OPTIONS "-silent")
 qt_install(FILES ${qm_files} DESTINATION "${INSTALL_TRANSLATIONSDIR}")
 
 # Custom target to add modified ts files to git