Created
April 4, 2013 15:54
-
-
Save kevinhughes27/5311627 to your computer and use it in GitHub Desktop.
Add OpenCV to Qt Creator Project
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# add these lines to your .pro file | |
INCLUDEPATH += /usr/local/lib | |
LIBS +=`pkg-config opencv --cflags --libs` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment