Common folders for libraries, includes and binaries of all external libraries for Windows compile.

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7580 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
thunder2 2014-10-05 15:31:00 +00:00
parent 9f12ebaddf
commit d0238810b7
8 changed files with 20 additions and 41 deletions

View file

@ -23,11 +23,8 @@ linux-* {
}
win32 {
SPEEX_DIR = ../../../speex-1.2rc1
OPENCV_DIR = ../../../lib/opencv
INCLUDEPATH += $${SPEEX_DIR}/include $${OPENCV_DIR}/include
LIBS += -L"$$OPENCV_DIR/x86/mingw/staticlib"
LIBS_DIR = $$PWD/../../../libs
LIBS += -L"$$LIBS_DIR/lib/opencv"
LIBS += -lopencv_core249 -lopencv_highgui249 -llibjpeg -llibtiff -llibpng -llibjasper -lIlmImf -lole32 -loleaut32 -luuid -lavicap32 -lavifil32 -lvfw32 -lz
}