mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-01-25 23:06:10 -05: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
@ -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…
x
Reference in New Issue
Block a user