Adding opencv library to QT creator and getting error: linker command failed with exit code 1

后端 未结 1 1819
抹茶落季
抹茶落季 2020-12-20 07:34

i\'m new to qt and i installed the qt creator on my mac (os 10.8.5) and wanted to add the openCv library. I followed the instruction of this youtube tutorial (http://www.you

相关标签:
1条回答
  • 2020-12-20 07:52

    Check your library names. In your pro file the first letter is 1 (number) instead of l:

    -libopencv_core \
    -libopencv_imgproc \
    -libopencv_features2d \
    -libopencv_highgui
    
    0 讨论(0)
提交回复
热议问题