dolphin: add qtimageformats

This allows Dolphin to render thumbnails/previews for more image
formats, like webp.
This commit is contained in:
Dee Anzorge 2023-05-21 01:28:23 +02:00
parent bc9476ff26
commit a48f11239d

View file

@ -5,7 +5,7 @@
kcompletion, kconfig, kcoreaddons, kdbusaddons,
kfilemetadata, ki18n, kiconthemes, kinit, kio, knewstuff, knotifications,
kparts, ktexteditor, kwindowsystem, phonon, solid,
kuserfeedback, wayland, qtwayland, qtx11extras
kuserfeedback, wayland, qtwayland, qtx11extras, qtimageformats
}:
mkDerivation {
@ -26,6 +26,7 @@ mkDerivation {
kuserfeedback
wayland qtwayland
qtx11extras
qtimageformats
];
outputs = [ "out" "dev" ];
}