-
Notifications
You must be signed in to change notification settings - Fork 6.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[qt5-imageformats] build failure #10338
Comments
I found that after compiling libwebp, 4 library files will be generated, namely webp.lib, webpdemux.lib, webpdecoder.lib, libwebpmux.lib, and the WebPNewInternal method is in the libwebpmux.lib library file.
I think this is the cause of the problem,When I added a reference to the libwebpmux library, the problem was resolved
|
@Neumann-A Could you please have a look? Thanks. |
@JackBoosY: This is already fixed in #10009 |
Ok, then i will close this issue |
Please keep this issue open before #10009 merged. |
Host Environment
To Reproduce
Steps to reproduce the behavior:
./vcpkg install qt5[latest]:x64-windows
Failure logs
The text was updated successfully, but these errors were encountered: