Skip to content

Instantly share code, notes, and snippets.

@kevinhughes27
Created April 4, 2013 15:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save kevinhughes27/5311627 to your computer and use it in GitHub Desktop.
Save kevinhughes27/5311627 to your computer and use it in GitHub Desktop.
Add OpenCV to Qt Creator Project
# 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