mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-01-27 07:47:03 -05:00
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:
parent
a8458037d5
commit
0d930751da
@ -20,7 +20,7 @@ INCLUDEPATH += ../../retroshare-gui/src/temp/ui ../../libretroshare/src
|
|||||||
|
|
||||||
linux-* {
|
linux-* {
|
||||||
INCLUDEPATH += /usr/include
|
INCLUDEPATH += /usr/include
|
||||||
LIBS += -lopencv_core -lopencv_highgui -lopencv_imgproc
|
LIBS += $$system(pkg-config --libs opencv)
|
||||||
}
|
}
|
||||||
|
|
||||||
win32 {
|
win32 {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user