https://bugs.kde.org/show_bug.cgi?id=509633
[email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #6 from [email protected] --- As i know the Webp support must be compiled in Qt core. KImageFormat do not have an extra plugin code for Webp, all is delegate to the Qt core. List of codec source codes from KImageFormat (no webp stuff): https://invent.kde.org/frameworks/kimageformats/-/tree/master/src/imageformats?ref_type=heads README from KImageFormat (no webp stuff): https://invent.kde.org/frameworks/kimageformats/-/blob/master/README.md?ref_type=heads So, when Qt is configured before compiling, libwebp-dev must present and detected. Best regards Gilles Caulier -- You are receiving this mail because: You are watching all bug changes.
