-
Notifications
You must be signed in to change notification settings - Fork 44
/
package.xml
53 lines (48 loc) · 1.86 KB
/
package.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
<?xml version="1.0"?>
<?xml-model href="http://download.ros.org/schema/package_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="2">
<name>gz-gui9</name>
<version>9.0.0</version>
<description>Gazebo GUI : Graphical interfaces for robotics applications</description>
<maintainer email="jennuine@google.com">Jenn Nguyen</maintainer>
<license>Apache License 2.0</license>
<url type="website">https://github.com/gazebosim/gz-rendering</url>
<buildtool_depend>cmake</buildtool_depend>
<build_depend>gz-cmake3</build_depend>
<depend>gz-common6</depend>
<depend>gz-math8</depend>
<depend>gz-msgs11</depend>
<depend>gz-plugin3</depend>
<depend>gz-rendering9</depend>
<depend>gz-tools2</depend>
<depend>gz-transport14</depend>
<depend>gz-utils3</depend>
<depend>libqt5-core</depend>
<depend>libqt5-qml</depend>
<depend>libqt5-quick</depend>
<depend>libqt5-widgets</depend>
<depend>protobuf-dev</depend>
<depend>qml-module-qt-labs-folderlistmodel</depend>
<depend>qml-module-qt-labs-platform</depend>
<depend>qml-module-qt-labs-settings</depend>
<depend>qml-module-qtcharts</depend>
<depend>qml-module-qtgraphicaleffects</depend>
<depend>qml-module-qtlocation</depend>
<depend>qml-module-qtpositioning</depend>
<depend>qml-module-qtquick-controls2</depend>
<depend>qml-module-qtquick-controls</depend>
<depend>qml-module-qtquick-dialogs</depend>
<depend>qml-module-qtquick-extras</depend>
<depend>qml-module-qtquick-layouts</depend>
<depend>qml-module-qtquick-templates2</depend>
<depend>qml-module-qtquick-window2</depend>
<depend>qml-module-qtquick2</depend>
<depend>qtbase5-dev</depend>
<depend>qtdeclarative5-dev</depend>
<depend>qtquickcontrols2-5-dev</depend>
<depend>tinyxml2</depend>
<test_depend>xvfb</test_depend>
<export>
<build_type>cmake</build_type>
</export>
</package>