[vtkusers] I have a fairly large Qt Project, and I am currently trying to integrate PCL/VTK code into it, how do I go about doing this?

David Doria daviddoria at gmail.com
Mon Jul 30 16:39:20 EDT 2012


On Mon, Jul 30, 2012 at 4:34 PM, maplesyrup23 <andrew.louis93 at gmail.com> wrote:
> Hey David, thank you for the links. However, I think the question I was
> driving at was, if I have a project (using several other libraries) to which
> I want to incorporate the PCL/VTK widget, should I have to compile the
> entire project under CMake?

Yes. Since PCL and VTK both use CMake, and there is good CMake support
for Qt, you'll be much better off using CMake for your entire project
than trying to manually configure your project to build against those
libraries.

David



More information about the vtkusers mailing list