Ask Your Question

Revision history [back]

click to hide/show revision 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)