Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@dinusv
dinusv / opencvconfig.pro
Last active March 10, 2016 17:50
Qmake configuration for Open CV.
# Qmake configuration for Open CV
#
# To use, include this file, and load the modules via loadOpenCV. Add the deploy parameter in case
# you want the binaries copied to the application path:
# include(opencvconfig.pro)
# loadOpenCV(core highgui imgproc ffmpeg, deploy)
# Avoid Multiple Inclusion
isEmpty(OPENCVCONFIG_PRO){
OPENCVCONFIG_PRO = 1