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 @@
], ],
"Description" : "Visualize CPU and Memory consumption for running applications", "Description" : "Visualize CPU and Memory consumption for running applications",
"LongDescription" : [ "LongDescription" : [
"Select an application to monitor its performance in real-time.", "Select an application to monitor its performance in real-time."
], ],
"Url" : "https://www.qt.io", "Url" : "https://www.qt.io",
${IDE_PLUGIN_DEPENDENCIES} ${IDE_PLUGIN_DEPENDENCIES}

View File

@@ -15,7 +15,7 @@
"Category" : "Build Systems", "Category" : "Build Systems",
"Description" : "Automate the configuration of build systems with CMake", "Description" : "Automate the configuration of build systems with CMake",
"LongDescription" : [ "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:", "You also need:",
"- CMake", "- CMake",
"Qt Online Installer installs a CMake version that you can use." "Qt Online Installer installs a CMake version that you can use."

View File

@@ -15,7 +15,7 @@
"Category" : "Qt Creator", "Category" : "Qt Creator",
"Description" : "Design Qt-widgets based UIs", "Description" : "Design Qt-widgets based UIs",
"LongDescription" : [ "LongDescription" : [
"Create widgets and forms that are integrated with Qt C++ code.", "Create widgets and forms that are integrated with Qt C++ code."
], ],
"Url" : "https://www.qt.io", "Url" : "https://www.qt.io",
${DESIGNER_PLUGIN_ARGUMENTS} ${DESIGNER_PLUGIN_ARGUMENTS}

View File

@@ -16,7 +16,7 @@
"Description" : "Provides the technical basis for version control system (VCS) extensions", "Description" : "Provides the technical basis for version control system (VCS) extensions",
"LongDescription" : [ "LongDescription" : [
"You also need:", "You also need:",
"- An extension for a VCS tool, such as Git, and the tool "- An extension for a VCS tool, such as Git, and the tool"
], ],
"Url" : "https://www.qt.io", "Url" : "https://www.qt.io",
${IDE_PLUGIN_DEPENDENCIES} ${IDE_PLUGIN_DEPENDENCIES}