QT Creator and syntax highlighting/code completion

simonschmeisser thanks for the response! I was thinking about posting this there but thought it also fits here as it is a discussion on how to get a large ROS project that has roots in QT into the IDE that ROS-I supports. I am more than happy to move the discussion there if you feel this issue does not belong here.

I tried your method and I can get syntax highlighting and code completion to work but only for one sub-package of the moveit source code (i.e. moveit_core. When I do this method the only source code I can see in the editor tree is the sub-package selected as the build space). I opened moveit/moveit/CmakeLists.txt, but when I go to select my build directory I can only select a single package directory (i.e. moveit_core, moveit_ros, … and I want to select all of them which doesn’t seem to be an option).

It would be great if I could import the project the same way the QTCreator wiki explains which is what I was hoping to discuss how to do in this post.

Thanks again!