Linking QtCreator && OpenCv
问题 I'm having a problem linking a library from opencv(2.3.1) and can't find a way to resolve it.. I'm using qtCreator with mingw and the pre-built vc10 dynamic lib files. So, here is what I have done till now: .pro file: TEMPLATE = app INCLUDEPATH += "E:/opencv/build/include/" INCLUDEPATH += "E:/opencv/build/include/opencv/" INCLUDEPATH += "E:/opencv/build/include/opencv2/" INCLUDEPATH += $$PWD/../opencv/build/x86/vc10 DEPENDPATH += $$PWD/../opencv/build/x86/vc10 win32:CONFIG(release, debug