Using Point Cloud Library (PCL) with Qt
-
Hi
I need to use PCL with my Qtcreator project, but I am clueless how to include the library in my project. I could run a simple PCL project to read PCL data using cmake from terminal.
I need to use Qt for my masters project and need to sort this asap.
Any help would be welcomed
Thanks -
welcome to devnet
Qt creator is using .pro files for project setup. They have the qmake syntax. With the "LIBS":http://qt-project.org/doc/qt-5.0/qtdoc/qmake-variable-reference.html#libs setting you can add external libraries as you have to do,
Otherwise you need to give a bit more information and post the .pro file and which library you like to add. Also you might search the forum, because somebody might have faced already your issues.