Login  Register

Re: To link QVTKWidget library

Posted by matlabbe on Jun 28, 2017; 7:01pm
URL: http://official-rtab-map-forum.206.s1.nabble.com/To-link-QVTKWidget-library-tp3336p3376.html

Hi,

TRy adding this part:
            list(FIND PCL_LIBRARIES vtkGUISupportQt value)
            IF(value EQUAL -1)
                SET(PCL_LIBRARIES "${PCL_LIBRARIES};vtkGUISupportQt")
            ENDIF(value EQUAL -1)