I installed Qt to drive D. The bad idea was that? Now I just can not connect with the OpenCV Qt. I use the compiler MSVC2015_64bit. I have registered in the path environment variable to the opencv:
"C: \ Program Files \ opencv \ build \ x64 \ vc14"
.
Tried to CMake generate through. But on sites only write about mingw32. Then he threw CMake and decided to write this in the .pro file:
INCLUDEPATH += C:/Program Files/opencv/build/include
CONFIG(debug, debug|release){
LIBS += "C:/Program Files/opencv/build/x64/vc14/lib/opencv_world310d.lib"
}
CONFIG(debug, debug|release){
LIBS += "C:/Program Files/opencv/build/x64/vc14/lib/opencv_world310.lib"
}
Anyway qt gives error 1083 and writes "No such file or directory".
What should I do? I want to write a 64 bit program