Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add mac os x conditional variable to .pri #3

Open
valleymanbs opened this issue Mar 8, 2017 · 0 comments
Open

add mac os x conditional variable to .pri #3

valleymanbs opened this issue Mar 8, 2017 · 0 comments

Comments

@valleymanbs
Copy link
Contributor

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 valleymanbs changed the title add macs conditional variable to .pri add mac os x conditional variable to .pri Mar 8, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant