Skip to content

Commit 255c298

Browse files
add the ROS Project Manager
Signed-off-by: Christian Rauch <[email protected]>
1 parent c3ceb8e commit 255c298

File tree

1 file changed

+100
-0
lines changed

1 file changed

+100
-0
lines changed
Lines changed: 100 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,100 @@
1+
{
2+
"$schema": "../../schema/extension.schema.json",
3+
"info": {
4+
"id": "rosprojectmanager",
5+
"vendor_id": "rosindustrial",
6+
"display_name": "ROS Project Manager",
7+
"display_vendor": "ROS Industrial",
8+
"license": "open-source"
9+
},
10+
"latest": "18.0.0",
11+
"versions": {
12+
"18.0.0": {
13+
"sources": [
14+
{
15+
"url": "https://github.com/ros-industrial/ros_qtc_plugin/releases/download/18.0/qtcreator-plugin-ros-18.0-Windows-AMD64.zip",
16+
"sha256": "9529ae891a59167b0f55d2fbc77b4d64907d76968f92fd7be7c83b7cb5030556",
17+
"platform": {
18+
"name": "Windows",
19+
"architecture": "x86_64"
20+
}
21+
},
22+
{
23+
"url": "https://github.com/ros-industrial/ros_qtc_plugin/releases/download/18.0/qtcreator-plugin-ros-18.0-Windows-ARM64.zip",
24+
"sha256": "9d8716382919c18a58869bf02a6288b6d24f2780cad2044fcc214d325b4f311b",
25+
"platform": {
26+
"name": "Windows",
27+
"architecture": "arm64"
28+
}
29+
},
30+
{
31+
"url": "https://github.com/ros-industrial/ros_qtc_plugin/releases/download/18.0/qtcreator-plugin-ros-18.0-Linux-x86_64.zip",
32+
"sha256": "8bf6a2aa2ac93c9f12b5139fbc558d6091cb6d5368ff7519a91ae750ccf67ed1",
33+
"platform": {
34+
"name": "Linux",
35+
"architecture": "x86_64"
36+
}
37+
},
38+
{
39+
"url": "https://github.com/ros-industrial/ros_qtc_plugin/releases/download/18.0/qtcreator-plugin-ros-18.0-Linux-aarch64.zip",
40+
"sha256": "1f5b24a6e801f9cf9296094c40d6b3b414e8b8ccc721545220f6277bfafcf034",
41+
"platform": {
42+
"name": "Linux",
43+
"architecture": "arm64"
44+
}
45+
},
46+
{
47+
"url": "https://github.com/ros-industrial/ros_qtc_plugin/releases/download/18.0/qtcreator-plugin-ros-18.0-Darwin-arm64.zip",
48+
"sha256": "61d642e4e5535ce207d9cd77bc236fee9109d255537439efbbc34f359b94c753",
49+
"platform": {
50+
"name": "macOS",
51+
"architecture": "arm64"
52+
}
53+
}
54+
],
55+
"metadata": {
56+
"Id": "rosprojectmanager",
57+
"Name": "ROS Project Manager",
58+
"Version": "18.0.0",
59+
"CompatVersion": "18.0.0",
60+
"VendorId": "rosindustrial",
61+
"Vendor": "ROS Industrial",
62+
"Copyright": "(C) 2015 ROS Industrial",
63+
"License": "Commercial Usage\n\nLicensees holding valid Qt Commercial licenses may use this plugin in accordance with the Qt Commercial License Agreement provided with the Software or, alternatively, in accordance with the terms contained in a written agreement between you and The Qt Company.\n\nGNU Lesser General Public License Usage\n\nAlternatively, this plugin may be used under the terms of the GNU Lesser General Public License version 2.1 or version 3 as published by the Free Software Foundation. Please review the following information to ensure the GNU Lesser General Public License requirements will be met: https: //www.gnu.org/licenses/lgpl.html and http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.",
64+
"Category": "Build Systems",
65+
"Description": "ROS Support.",
66+
"Url": "https://github.com/ros-industrial/ros_qtc_plugin",
67+
"Dependencies": [
68+
{
69+
"Id": "cmakeprojectmanager",
70+
"Version": "18.0.0"
71+
},
72+
{
73+
"Id": "core",
74+
"Version": "18.0.0"
75+
},
76+
{
77+
"Id": "cppeditor",
78+
"Version": "18.0.0"
79+
},
80+
{
81+
"Id": "debugger",
82+
"Version": "18.0.0"
83+
},
84+
{
85+
"Id": "projectexplorer",
86+
"Version": "18.0.0"
87+
},
88+
{
89+
"Id": "qtsupport",
90+
"Version": "18.0.0"
91+
},
92+
{
93+
"Id": "texteditor",
94+
"Version": "18.0.0"
95+
}
96+
]
97+
}
98+
}
99+
}
100+
}

0 commit comments

Comments
 (0)