Config.in 719 B

1234567891011121314151617181920
  1. config BR2_PACKAGE_QT5QUICKCONTROLS2
  2. bool "qt5quickcontrols2"
  3. depends on BR2_PACKAGE_QT5_GL_AVAILABLE # qt5declarative/quick
  4. depends on BR2_PACKAGE_QT5_JSCORE_AVAILABLE # qt5declarative/quick
  5. select BR2_PACKAGE_QT5DECLARATIVE
  6. select BR2_PACKAGE_QT5DECLARATIVE_QUICK
  7. help
  8. Qt is a cross-platform application and UI framework for
  9. developers using C++.
  10. This package corresponds to the qt5quickcontrols2 module.
  11. This module was in tech preview in Qt 5.6, and promoted
  12. to a core module in Qt 5.7.0.
  13. https://doc.qt.io/qt-5/qtquickcontrols2-index.html
  14. comment "qt5quickcontrols2 needs an OpenGL-capable backend"
  15. depends on !BR2_PACKAGE_QT5_GL_AVAILABLE
  16. depends on BR2_PACKAGE_QT5_JSCORE_AVAILABLE