Fix json templates

Amends 6cd7aed8eb.

Change-Id: Ia8369c69530854488007ef28c191fdfbca4c082c
Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
Christian Stenger
2024-05-31 09:22:14 +02:00
parent 294af2ec29
commit b87e3a53db
4 changed files with 4 additions and 4 deletions

View File

@@ -15,7 +15,7 @@
"Category" : "Build Systems",
"Description" : "Automate the configuration of build systems with CMake",
"LongDescription" : [
"CMake controls the software compilation process by using simple configuration files, called CMakeLists.txt files."
"CMake controls the software compilation process by using simple configuration files, called CMakeLists.txt files.",
"You also need:",
"- CMake",
"Qt Online Installer installs a CMake version that you can use."