mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-08-02 03:06:31 -04:00
Fixed Windows compile of VOIP with Qt 5.3.1
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7472 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
d20ce41c96
commit
1485361a1e
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ win32 {
|
|||
INCLUDEPATH += $${SPEEX_DIR}/include $${OPENCV_DIR}/include
|
||||
LIBS += -L"$$OPENCV_DIR/x86/mingw/staticlib"
|
||||
|
||||
LIBS += -lopencv_core249 -lopencv_highgui249 -llibjpeg -llibtiff -llibpng -llibjasper -lIlmImf -lole32 -loleaut32 -luuid -lavicap32 -lavifil32 -lvfw32
|
||||
LIBS += -lopencv_core249 -lopencv_highgui249 -llibjpeg -llibtiff -llibpng -llibjasper -lIlmImf -lole32 -loleaut32 -luuid -lavicap32 -lavifil32 -lvfw32 -lz
|
||||
}
|
||||
|
||||
QMAKE_CXXFLAGS *= -Wall
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue