Skip to content

Instantly share code, notes, and snippets.

@yasutomo57jp
Created June 2, 2013 05:40
Show Gist options
  • Save yasutomo57jp/5692732 to your computer and use it in GitHub Desktop.
Save yasutomo57jp/5692732 to your computer and use it in GitHub Desktop.
↓のように書く
unix {
CONFIG += link_pkgconfig
PKGCONFIG += <パッケージ名>
}
<パッケージ名>の部分に,例えばopencvなどを書く
unix {
CONFIG += link_pkgconfig
PKGCONFIG += opencv
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment