1 | initial version |
If you want to add opencv libraruies in your Qt project, you must do next
add pathes to opencv in pro file
for example
INCLUDEPATH += C:/OpenCV/mingw/install/include
LIBS += C:/OpenCV/mingw/install/lib/*.a
make this http://answers.opencv.org/question/18081/opencv_core246ddll-is-not-in-your-computer/#18095