Problem in make for qt_create(ed) package
Hello,
I tried to follow this tutorial link:here
After creating the qt package by running this line:
rosrun qt_create roscreate-qt-pkg qdude
And after I run the make:
make
I got this error:
CMake Error at CMakeLists.txt:51 (QT4_ADD_RESOURCES): Unknown CMake command "QT4_ADD_RESOURCES".
Did I miss something. For your information, I have installed Qt Creator IDE, which mean, the Qt library is in my system, right?
I am quite new in Ubuntu and I apologise if this question is redundant.