summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexandru Croitor <alexandru.croitor@qt.io>2021-06-16 16:58:22 +0200
committerAlexandru Croitor <alexandru.croitor@qt.io>2021-06-16 19:56:46 +0200
commit9297459900e5a44d4a9021e65f38345e04524566 (patch)
tree2dbf35f15abf744d30f811a80ec0c14fbcd919a2
parentcc64959602ca0655d523337446bf8af9605056cc (diff)
CMake: Change some custom commands to mention the target name
Pick-to: 6.2 Change-Id: I3a198c87ba2d71306478809095083694b65c7086 Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
-rw-r--r--src/corelib/Qt6CoreMacros.cmake6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/corelib/Qt6CoreMacros.cmake b/src/corelib/Qt6CoreMacros.cmake
index 2b1344766e..7f38d621ab 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