Host Environment
- OS: windows 10
- Compiler: vs2017
To Reproduce
Steps to reproduce the behavior:
./vcpkg install qt5[latest]:x64-windows
Failure logs
qwebphandler.obj : error LNK2019: unresolved external symbol WebPNewInternal referenced in function WebPMuxNew
qwebphandler.obj : error LNK2019: unresolved external symbol WebPMuxDelete referenced in function "public: virtual bool __cdecl QWebpHandler::write(class QImage const &)" (?write@QWebpHandler@@UEAA_NAEBVQImage@@@Z)
qwebphandler.obj : error LNK2019: unresolved external symbol WebPMuxSetChunk referenced in function "public: virtual bool __cdecl QWebpHandler::write(class QImage const &)" (?write@QWebpHandler@@UEAA_NAEBVQImage@@@Z)
qwebphandler.obj : error LNK2019: unresolved external symbol WebPMuxSetImage referenced in function "public: virtual bool __cdecl QWebpHandler::write(class QImage const &)" (?write@QWebpHandler@@UEAA_NAEBVQImage@@@Z)
qwebphandler.obj : error LNK2019: unresolved external symbol WebPMuxAssemble referenced in function "public: virtual bool __cdecl QWebpHandler::write(class QImage const &)" (?write@QWebpHandler@@UEAA_NAEBVQImage@@@Z)
..\..\..\..\plugins\imageformats\qwebpd.dll : fatal error LNK1120: 5 unresolved externals
Host Environment
To Reproduce
Steps to reproduce the behavior:
./vcpkg install qt5[latest]:x64-windowsFailure logs