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

If it's in the subdirectory qwt-qt4 you either need to add that to your include_path via CMake, or you need to use the full path in you #include "qwt-qt4/qwt_dial.h"

I'm not familiar with the qt CMake infrastructure, but i'd recommend looking at other projects to see which approach they use. I suspect that there is a CMake varialble you should be loading and adding to your include path provided by Qt.