d756f4753e
...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>
12 lines
385 B
JSON
12 lines
385 B
JSON
{
|
|
"name": "${target}",
|
|
"version": "${PROJECT_VERSION}",
|
|
"built_with": {${extra_build_information}
|
|
"compiler_id": "${CMAKE_CXX_COMPILER_ID}",
|
|
"compiler_target": "${CMAKE_CXX_COMPILER_TARGET}",
|
|
"compiler_version": "${CMAKE_CXX_COMPILER_VERSION}",
|
|
"cross_compiled": ${cross_compilation},
|
|
"target_system": "${CMAKE_SYSTEM_NAME}"
|
|
}
|
|
}
|