QtOpenCV icon indicating copy to clipboard operation
QtOpenCV copied to clipboard

add mac os x conditional variable to .pri

Open valleymanbs opened this issue 7 years ago • 0 comments

Would be useful adding the following to the opencv.pri file makes the opencv integration automatically working in mac os x; with the current .pri one has to add manually to the main .pro file the QT_CONFIG -= no-pkg-config.

macx { QT_CONFIG -= no-pkg-config }

thank you for your code suggestion

valleymanbs avatar Mar 08 '17 15:03 valleymanbs