1 | initial version |
assuming you installed it correctly, for opencv4, you have to use:
INCLUDEPATH += -I/usr/local/include/opencv4
and
LIBS += -L/usr/local/lib
(yes, the include path was changed, recently, and it's admittedly not very intuitive)