mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-19 16:40:46 -09:00
Signed-off-by: Peter Seiderer <ps.report@gmx.net>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
(cherry picked from commit 55a7666834)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
12 lines
337 B
Plaintext
12 lines
337 B
Plaintext
config BR2_PACKAGE_QT5IMAGEFORMATS
|
|
bool "qt5imageformats"
|
|
select BR2_PACKAGE_QT5BASE_GUI
|
|
help
|
|
Qt is a cross-platform application and UI framework for
|
|
developers using C++.
|
|
|
|
The Qt Image Formats module provides plugins for
|
|
additional image formats: TIFF, MNG, TGA, WBMP
|
|
|
|
https://doc.qt.io/qt-5/qtimageformats-index.html
|