How to import ROS project C++ file into QT-Creator and compile them?
Hi, I want to import my ROS project into Qt-Creator for compiling and having some gui and so on, so I've searched so much about it on th net but I couldn't find a specific answer for this question. consider that I want to import the ROS main tutorial on ROS site into QT-Creator, for instance I want to compile my client C++ node in Qt-Creator with out compiling it in terminal window, so is there any way ? I need more visual interface for Coding than linux text editor.
Regards