Config.in 482 B

1234567891011121314151617
  1. comment "qt5charts needs at least qt-5.7"
  2. depends on !BR2_PACKAGE_QT5_VERSION_LATEST
  3. config BR2_PACKAGE_QT5CHARTS
  4. bool "qt5charts"
  5. depends on BR2_PACKAGE_QT5_VERSION_LATEST
  6. select BR2_PACKAGE_QT5BASE
  7. select BR2_PACKAGE_QT5BASE_GUI
  8. select BR2_PACKAGE_QT5BASE_WIDGETS
  9. help
  10. Qt is a cross-platform application and UI framework for
  11. developers using C++.
  12. Qt Charts module provides a set of easy to use chart
  13. components.
  14. https://doc.qt.io/qt-5/qtcharts-index.html