Config.in 617 B

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