1

I want to use the OpenCV library 3.2 with Qt-creator 4.2.1 in Windows plattform.

In the .pro file I used the following code:

INCLUDEPATH += C:/OpenCV/opencv/build/include
LIBS += LC:/OpenCV/opencv/build/x64/vc14/lib \
-opencv_world320d \
-opencv_world320 \

And in the main.cpp file I use:

#include "opencv2/core/core.hpp"

When I run my program I have the following error:

C1083: Cannot open include file: 'opencv2/core/core.hpp': No such file or directory

Any idea how to link OpenCV to QT creator on Windows 10 in a correct way? Thank you in advance!

Note: I already saw these tutorials/answers but nothing helps until now:

Community
  • 1
  • 1

0 Answers0