You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
valleymanbs
changed the title
add macs conditional variable to .pri
add mac os x conditional variable to .pri
Mar 8, 2017
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
The text was updated successfully, but these errors were encountered: