Mention qt5 image formats in FAQ

fixes #1213
This commit is contained in:
Nicolas Werner 2023-02-20 01:23:22 +01:00
parent d9dd4a3934
commit b52527b4ca
No known key found for this signature in database
GPG key ID: C8D75E610773F2D9

View file

@ -230,6 +230,15 @@ sharing easier.
--- ---
**Q:** I can't see some image types!
**A:** Nheko uses Qt's image plugins to render images. You might need to install
additional packages to display some image types like webp. Usually those
packages are called `qt5-image-formats-plugins`, `qt5-imageformats` or similar.
KDE has similar plugins, that can extend the supported image types even more.
---
### Build Requirements ### Build Requirements
- Qt5 (5.15 or greater). Required for overlapping hover handlers in Qml. - Qt5 (5.15 or greater). Required for overlapping hover handlers in Qml.