c6b66b1480
This module is available for Qt 5.6 since version 5.6.3 under the version number 2.1.3. Signed-off-by: Gaël PORTAY <gael.portay@savoirfairelinux.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
14 lines
352 B
Plaintext
14 lines
352 B
Plaintext
config BR2_PACKAGE_QT5CHARTS
|
|
bool "qt5charts"
|
|
select BR2_PACKAGE_QT5BASE
|
|
select BR2_PACKAGE_QT5BASE_GUI
|
|
select BR2_PACKAGE_QT5BASE_WIDGETS
|
|
help
|
|
Qt is a cross-platform application and UI framework for
|
|
developers using C++.
|
|
|
|
Qt Charts module provides a set of easy to use chart
|
|
components.
|
|
|
|
https://doc.qt.io/qt-5/qtcharts-index.html
|