2017-11-02 17:27:02 +01:00
|
|
|
config BR2_PACKAGE_QT5CHARTS
|
|
|
|
bool "qt5charts"
|
|
|
|
select BR2_PACKAGE_QT5BASE
|
2017-12-10 23:01:31 +01:00
|
|
|
select BR2_PACKAGE_QT5BASE_GUI
|
2017-11-02 17:27:02 +01:00
|
|
|
select BR2_PACKAGE_QT5BASE_WIDGETS
|
|
|
|
help
|
|
|
|
Qt is a cross-platform application and UI framework for
|
|
|
|
developers using C++.
|
|
|
|
|
2017-12-18 09:21:05 +01:00
|
|
|
Qt Charts module provides a set of easy to use chart
|
|
|
|
components.
|
2017-11-02 17:27:02 +01:00
|
|
|
|
|
|
|
https://doc.qt.io/qt-5/qtcharts-index.html
|