I\'ve installed OpenCV via this instruction.
I use OpenCV when and build the code via cmake - and it\'s all ok. But now I\'m trying to use OpenCV from QT, and I get err
Add this to .pro file:
LIBS += "pkg-config --libs opencv"