On Friday 30 October 2015 20:40:42 Lays Rodrigues wrote: > Hi folks! Good night! > I'm trying to compile my qt app with a new class with VTK, but this error > occurs and i dont find solution. > http://pastebin.com/dsvPDbdz > > The paths of files contents with vtk are: > /usr/local/lib/cmake/vtk-6.3 > /usr/local/include/vtk-6.3 > > The CmakeLists.txt is: > http://pastebin.com/MGWihAHT > > I'm really lost! Any help?
See http://www.vtk.org/Wiki/VTK/Tutorials/CMakeListsFile remove VTK_USE_FILE from include_directories, add 'include(${VTK_USE_FILE})' Although sounding similar include_directories and include are totally different statements with different effects. Regards, Stefan -- Stefan Brüns / Bergstraße 21 / 52062 Aachen home: +49 241 53809034 mobile: +49 151 50412019 work: +49 2405 49936-424 >> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<
