ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Although in theory it is possible to build ROS with qmake/.pro files, I'd still recommend cmake/rosbuild. This means you will need to port your .pro files to cmake.

If this is too much work, you can build the majority of your code and algorithms using qmake into libraries (without any ROS dependencies) and then only provide a ROS interface wrapper that integrates ROS via cmake and just links your libraries.