2013-04-07 11:57:20 +02:00
|
|
|
config BR2_PACKAGE_QT5IMAGEFORMATS
|
|
|
|
bool "qt5imageformats"
|
|
|
|
select BR2_PACKAGE_QT5BASE
|
2013-05-11 12:39:57 +02:00
|
|
|
select BR2_PACKAGE_QT5BASE_GUI
|
2013-04-07 11:57:20 +02:00
|
|
|
help
|
|
|
|
Qt is a cross-platform application and UI framework for
|
|
|
|
developers using C++.
|
|
|
|
|
2017-02-08 11:26:35 +01:00
|
|
|
The Qt Image Formats module provides plugins for
|
|
|
|
additional image formats: TIFF, MNG, TGA, WBMP
|
2013-04-07 11:57:20 +02:00
|
|
|
|
2017-02-08 11:26:35 +01:00
|
|
|
http://doc.qt.io/qt-5/qtimageformats-index.html
|