forked from ros-visualization/python_qt_binding
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.xml
38 lines (31 loc) · 1.21 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
<package>
<name>python_qt_binding</name>
<version>0.2.10</version>
<description>
This stack provides Python bindings for Qt.
There are two providers: pyside and pyqt. PySide is released under
the LGPL. PyQt is released under the GPL.
Both the bindings and tools to build bindings are included from each
available provider. For PySide, it is called "Shiboken". For PyQt,
this is called "SIP".
Also provided is adapter code to make the user's Python code
independent of which binding provider was actually used which makes
it very easy to switch between these.
</description>
<maintainer email="[email protected]">Dirk Thomas</maintainer>
<license>BSD</license>
<license>LGPL</license>
<license>GPL</license>
<url>http://ros.org/wiki/python_qt_binding</url>
<author>Dave Hershberger</author>
<author>Dorian Scholz</author>
<author>Dirk Thomas</author>
<buildtool_depend>catkin</buildtool_depend>
<build_depend>rosbuild</build_depend>
<build_depend>qt4-qmake</build_depend>
<build_depend>python-qt-bindings</build_depend>
<run_depend>python-qt-bindings</run_depend>
<export>
<rosbuild cmake_directory="${prefix}/cmake"/>
</export>
</package>