Rename the 'module_name' key in module description JSON files

...to 'name'.
It's clear from the context that this is the name of a module.

Pick-to: 6.5
Change-Id: I07700a4413ceb12695c153e16d0a2dcded615d11
Reviewed-by: Alexey Edelev <alexey.edelev@qt.io>
bb10
Joerg Bornemann 2022-12-07 10:10:29 +01:00
parent 9bf42425f1
commit d756f4753e
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
{
"module_name": "${target}",
"name": "${target}",
"version": "${PROJECT_VERSION}",
"built_with": {${extra_build_information}
"compiler_id": "${CMAKE_CXX_COMPILER_ID}",