2013-04-07 11:57:18 +02:00
|
|
|
config BR2_PACKAGE_QT5SVG
|
|
|
|
bool "qt5svg"
|
|
|
|
select BR2_PACKAGE_QT5BASE
|
|
|
|
select BR2_PACKAGE_QT5BASE_GUI
|
|
|
|
help
|
|
|
|
Qt is a cross-platform application and UI framework for
|
|
|
|
developers using C++.
|
|
|
|
|
2017-02-08 11:26:35 +01:00
|
|
|
Qt SVG provides classes for rendering and displaying SVG
|
|
|
|
drawings in widgets and on other paint devices.
|
2013-04-07 11:57:18 +02:00
|
|
|
|
2017-02-08 11:26:35 +01:00
|
|
|
http://doc.qt.io/qt-5/qtsvg-index.html
|