From 5cb4faaa760eb8936ed918ae36b45fab04e59d1c Mon Sep 17 00:00:00 2001 From: Alexandru Croitor Date: Wed, 16 Jun 2021 16:58:22 +0200 Subject: CMake: Change some custom commands to mention the target name Change-Id: I3a198c87ba2d71306478809095083694b65c7086 Reviewed-by: Joerg Bornemann (cherry picked from commit 9297459900e5a44d4a9021e65f38345e04524566) Reviewed-by: Qt Cherry-pick Bot --- src/corelib/Qt6CoreMacros.cmake | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/corelib/Qt6CoreMacros.cmake b/src/corelib/Qt6CoreMacros.cmake index 3c154f4587..8b2b9f1544 100644 --- a/src/corelib/Qt6CoreMacros.cmake +++ b/src/corelib/Qt6CoreMacros.cmake @@ -1029,7 +1029,7 @@ function(qt6_extract_metatypes target) --cmake-autogen-info-file "${cmake_autogen_info_file}" --output-file-path "${type_list_file}" ${mutli_config_args} - COMMENT "Running Automoc file extraction" + COMMENT "Running AUTOMOC file extraction for target ${target}" COMMAND_EXPAND_LISTS ) add_dependencies(${target}_automoc_json_extraction ${target}_autogen) @@ -1047,7 +1047,7 @@ function(qt6_extract_metatypes target) --cmake-autogen-info-file "${cmake_autogen_info_file}" --output-file-path "${type_list_file}" ${mutli_config_args} - COMMENT "Running Automoc file extraction" + COMMENT "Running AUTOMOC file extraction for target ${target}" COMMAND_EXPAND_LISTS ) @@ -1117,7 +1117,7 @@ function(qt6_extract_metatypes target) COMMAND ${CMAKE_COMMAND} -E copy_if_different ${metatypes_file_gen} ${metatypes_file} - COMMENT "Running automoc with --collect-json" + COMMENT "Running moc --collect-json for target ${target}" ) # We still need to add this file as a source of Core, otherwise the file -- cgit v1.2.3