Main Page
Namespaces
Namespace List
Namespace Members
All
Variables
Typedefs
Classes
Class List
Class Hierarchy
Class Members
All
_
a
b
c
d
e
g
h
i
l
o
p
r
s
t
u
v
~
Functions
_
a
c
d
e
g
h
i
l
p
r
s
t
u
v
~
Variables
Files
File List
File Members
All
Macros
setup.py
Go to the documentation of this file.
1
#!/usr/bin/env python
2
3
from
setuptools
import
setup
4
from
catkin_pkg.python_setup
import
generate_distutils_setup
5
6
d = generate_distutils_setup(
7
packages=[
'qt_gui_cpp'
],
8
package_dir={
''
:
'src'
}
9
)
10
11
setup
(**d)
setup
qt_gui_cpp
Author(s): Dirk Thomas
autogenerated on Sat Jun 25 2022 02:15:07