Config.in 591 B

123456789101112131415161718192021
  1. config BR2_PACKAGE_QT5DECLARATIVE
  2. bool "qt5declarative"
  3. depends on BR2_PACKAGE_QT5_JSCORE_AVAILABLE
  4. help
  5. Qt is a cross-platform application and UI framework for
  6. developers using C++.
  7. Qt Declarative module provides the Qt QML and Qt Quick
  8. modules for developing UIs with the QML language
  9. https://doc.qt.io/qt-5/qtqml-index.html
  10. https://doc.qt.io/qt-5/qtquick-index.html
  11. if BR2_PACKAGE_QT5DECLARATIVE
  12. config BR2_PACKAGE_QT5DECLARATIVE_QUICK
  13. bool "quick module"
  14. select BR2_PACKAGE_QT5BASE_GUI
  15. select BR2_PACKAGE_QT5BASE_OPENGL if BR2_PACKAGE_QT5_GL_AVAILABLE
  16. endif