Setting up a new project in Qt-creator using OpenCV and PCL
Hi all, i successfully installed OpenCV and PCL using respectively the script at https://github.com/DmitrySandalov/Install-OpenCV/blob/master/Ubuntu/2.4/opencv2_4_3.sh and the official documentation at http://pointclouds.org/downloads/linux.html. My question is : how can i set up a new project for using both OpenCV and PCL with Qt Creator? I also noticed that Qt offers some options for using cmake files but i'm really new to the all thing, can someone please explain it to me?