Config.in 724 B

12345678910111213141516171819202122
  1. config BR2_PACKAGE_QT6DECLARATIVE
  2. bool "qt6declarative"
  3. # Enable host test module to ensure that qmltestrunner is built
  4. help
  5. Qt is a cross-platform application and UI framework for
  6. developers using C++.
  7. This package corresponds to the qt6declarative module.
  8. https://doc.qt.io/qt-6/qtdeclarative-index.html
  9. if BR2_PACKAGE_QT6DECLARATIVE
  10. config BR2_PACKAGE_QT6DECLARATIVE_QUICK
  11. bool "quick module"
  12. select BR2_PACKAGE_HOST_QT6BASE_TEST if BR2_PACKAGE_QT6BASE_TEST # qmltestrunner
  13. select BR2_PACKAGE_HOST_QT6BASE_NETWORK if BR2_PACKAGE_QT6BASE_NETWORK # qmlprofiler
  14. select BR2_PACKAGE_QT6BASE_GUI
  15. select BR2_PACKAGE_QT6BASE_OPENGL if BR2_PACKAGE_QT6_GL_SUPPORTS
  16. select BR2_PACKAGE_QT6SHADERTOOLS
  17. endif