mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-09-24 22:58:42 -04:00
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:
parent
9f12ebaddf
commit
d0238810b7
8 changed files with 20 additions and 41 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue