Couldn't find package configuration file provided by qt_build

asked 2020-07-20 06:42:25 -0500

AaRaam gravatar image

Hi I'm new to ROS and trying to compile a ROS project in "qtcreator". I can successfully make the project using "catkin_make". BUT, when I add the cmake file to qtcreator as a project. I meet this Error!

"/opt/ros/melodic/share/catkin/cmake/catkinConfig.cmake:83: error: Could not find a package configuration file provided by "qt_build" with any of the following names: qt_buildConfig.cmake qt_build-config.cmake Add the installation prefix of "qt_build" to CMAKE_PREFIX_PATH or set "qt_build_DIR" to a directory containing one of the above files. If "qt_build" provides a separate development package or SDK, be sure it has been installed. CMakeLists.txt:13 (find_package)"

I did search and read all the links about it but still stuck at this point and can not solve it. can you please help me to overcome this problem?

edit retag flag offensive close merge delete