Skip to content

Commit 5f50d38

Browse files
committed
Remove, debug, dump of qrc file.
The dump of the qrc file might be useful during debugging but not in daily use.
1 parent 95a0ddc commit 5f50d38

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

addon/doxywizard/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ if(Qt${QT_VERSION_MAJOR}LinguistTools_FOUND)
190190
endforeach()
191191
string(APPEND TRANSLATIONS_QRC_CONTENT " </qresource>\n</RCC>\n")
192192

193-
message(STATUS "i18n.qrc:\n${TRANSLATIONS_QRC_CONTENT}")
193+
# message(STATUS "i18n.qrc:\n${TRANSLATIONS_QRC_CONTENT}")
194194
file(WRITE ${CMAKE_CURRENT_BINARY_DIR}/i18n.qrc "${TRANSLATIONS_QRC_CONTENT}")
195195
set_source_files_properties(${CMAKE_CURRENT_BINARY_DIR}/i18n.qrc PROPERTIES OBJECT_DEPENDS "${doxywizard_QM_FILES_PATHS}")
196196
qt_add_resources(doxywizard_TRANSLATION_RESOURCES ${CMAKE_CURRENT_BINARY_DIR}/i18n.qrc)

0 commit comments

Comments
 (0)