From 2b8ff57071ee56541f4f84efd2aed8115bd44e28 Mon Sep 17 00:00:00 2001 From: Joerg Bornemann Date: Wed, 7 Dec 2022 10:10:29 +0100 Subject: [PATCH] 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. Change-Id: I07700a4413ceb12695c153e16d0a2dcded615d11 Reviewed-by: Alexey Edelev (cherry picked from commit d756f4753eaf87755624a53c1e361d11f571fbd9) Reviewed-by: Qt Cherry-pick Bot --- cmake/ModuleDescription.json.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/ModuleDescription.json.in b/cmake/ModuleDescription.json.in index ab5f4e304ac..61b8d931c3c 100644 --- a/cmake/ModuleDescription.json.in +++ b/cmake/ModuleDescription.json.in @@ -1,5 +1,5 @@ { - "module_name": "${target}", + "name": "${target}", "version": "${PROJECT_VERSION}", "built_with": {${extra_build_information} "compiler_id": "${CMAKE_CXX_COMPILER_ID}",