xref: /OK3568_Linux_fs/buildroot/package/qt5/qt5svg/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config BR2_PACKAGE_QT5SVG
2	bool "qt5svg"
3	select BR2_PACKAGE_QT5BASE_GUI
4	help
5	  Qt is a cross-platform application and UI framework for
6	  developers using C++.
7
8	  Qt SVG provides classes for rendering and displaying SVG
9	  drawings in widgets and on other paint devices.
10
11	  https://doc.qt.io/qt-5/qtsvg-index.html
12