QtOpenCV
QtOpenCV copied to clipboard
add mac os x conditional variable to .pri
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