ros-visualization / python_qt_binding

http://wiki.ros.org/python_qt_binding
BSD 3-Clause "New" or "Revised" License
34 stars 54 forks source link

Using CMake extras in non-ROS project #50

Closed machinekoder closed 5 years ago

machinekoder commented 6 years ago

Is it possible to use the CMake package provided by python_qt_binding in other non-ROS projects?

dirk-thomas commented 6 years ago

I don't see a reason why not.

machinekoder commented 6 years ago

Then the question is how. It looks like catkin generates a python_qt_bindingConfig.cmake from the source of this project.

dirk-thomas commented 6 years ago

I am not sure I understand your question.

It looks like catkin generates a python_qt_bindingConfig.cmake from the source of this project.

Yes, that enables you to find_package(python_qt_binding) from any other CMake file.

dirk-thomas commented 5 years ago

I am not sure if my previous comments have answered your question but I will go ahead and close this ticket for now due to no further response. Please feel free to continue commenting.