fixed opencv dependencies for all systems using pkg-config

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8210 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
csoler 2015-05-03 11:25:47 +00:00
parent a8458037d5
commit 0d930751da

View File

@ -20,7 +20,7 @@ INCLUDEPATH += ../../retroshare-gui/src/temp/ui ../../libretroshare/src
linux-* {
INCLUDEPATH += /usr/include
LIBS += -lopencv_core -lopencv_highgui -lopencv_imgproc
LIBS += $$system(pkg-config --libs opencv)
}
win32 {