Fix "Runing" typo in CMake config
Change-Id: I77f2970d70ab221e5d7d5c5d389041ed1b6c49f5 Reviewed-by: Daniel Smith <Daniel.Smith@qt.io>bb10
parent
d9f9bc9bad
commit
b683d8727f
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue