From b683d8727f4461abe2207c413769e6909e850a7c Mon Sep 17 00:00:00 2001 From: David Skoland Date: Mon, 12 Oct 2020 08:51:57 +0200 Subject: [PATCH] Fix "Runing" typo in CMake config Change-Id: I77f2970d70ab221e5d7d5c5d389041ed1b6c49f5 Reviewed-by: Daniel Smith --- src/corelib/Qt6CoreMacros.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/corelib/Qt6CoreMacros.cmake b/src/corelib/Qt6CoreMacros.cmake index 413f14c754c..b1c9661dca5 100644 --- a/src/corelib/Qt6CoreMacros.cmake +++ b/src/corelib/Qt6CoreMacros.cmake @@ -743,7 +743,7 @@ function(qt6_generate_meta_types_json_file target) COMMAND ${CMAKE_COMMAND} -E copy_if_different ${metatypes_file_gen} ${metatypes_file} - COMMENT "Runing automoc with --collect-json" + COMMENT "Running automoc with --collect-json" ) # We still need to add this file as a source of Core, otherwise the file