c++ - Issue trying to configure Qt Creator with OpenCV -


i'm trying configure qt creator (qt 5.4.1) opencv 2.4.10. i've followed steps on page: https://zahidhasan.wordpress.com/2014/08/19/qt-5-3-1-64-bit-mingw-windows/

i followed steps letter except this:

includepath += c:\opencv-mingw\install\include libs += -l”c:/opencv-mingw/install/x64/mingw/bin” libs += -lopencv_core249 -lopencv_highgui249 -lopencv_imgproc249 

i changed to

includepath += c:\opencv-mingw\install\include libs += -l”c:/opencv-mingw/install/x64/mingw/bin” libs += -lopencv_core2410 -lopencv_highgui2410 -lopencv_imgproc2410 

(since opencv version in question happens 2.4.10 instead of 2.4.9)

yet when try build project following errors:

:-1: error: cannot find -lopencv_core2410 :-1: error: cannot find -lopencv_highgui2410 :-1: error: cannot find -lopencv_imgproc2410 

apparently, qt creator can't find libraries reason. haven't tried add lines of code project of yet, first trying make sure project build, won't. note don't have experience either qt creator or opencv, on solving issue appreciated!


Comments

Popular posts from this blog

asp.net mvc - SSO between MVCForum and Umbraco7 -

Python Tkinter keyboard using bind -

ubuntu - Selenium Node Not Connecting to Hub, Not Opening Port -