Config.in 589 B

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