forked from qt-creator/qt-creator
Fix json templates
Amends 6cd7aed8eb
.
Change-Id: Ia8369c69530854488007ef28c191fdfbca4c082c
Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
@@ -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}
|
||||||
|
@@ -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."
|
||||||
|
@@ -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}
|
||||||
|
@@ -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}
|
||||||
|
Reference in New Issue
Block a user