Hello, I am new to OpenCV and QT, so perhaps the question is in the wrong section. I use OpenCV 2.4.8 and QT 5.2.2, I was trying to build the project i found on the web, it was made in QT 4.7 and OpenCV 2.3 and I get this nasty error.
Google says CvOpenGLCallback derives from opencv_highgui, so I added highgui.h in the header file and it didn't work.
Is there a way to deal with it or i should better find older versions of programs and try using them? Thank you.