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

Solved! I just needed to add these lines in my CMakeLists.txt

find_package(Qt4 COMPONENTS QtCore QtGui REQUIRED)

include(${QT_USE_FILE})

Solved! I just needed to add these lines in my CMakeLists.txt

find_package(Qt4 COMPONENTS QtCore QtGui REQUIRED)
include(${QT_USE_FILE})

include(${QT_USE_FILE})And install Qt4 with :

sudo apt-get install qt4-default