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:
thunder2 2014-07-26 11:38:34 +00:00
parent d20ce41c96
commit 1485361a1e

View File

@ -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