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
parent
9bf42425f1
commit
d756f4753e
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"module_name": "${target}",
|
||||
"name": "${target}",
|
||||
"version": "${PROJECT_VERSION}",
|
||||
"built_with": {${extra_build_information}
|
||||
"compiler_id": "${CMAKE_CXX_COMPILER_ID}",
|
||||
|
|
|
|||
Loading…
Reference in New Issue