Config.in 704 B

123456789101112131415161718
  1. config BR2_PACKAGE_QT5QUICKCONTROLS
  2. bool "qt5quickcontrols"
  3. depends on BR2_PACKAGE_QT5_GL_AVAILABLE || BR2_PACKAGE_QT5_VERSION_LATEST
  4. depends on BR2_PACKAGE_QT5_JSCORE_AVAILABLE
  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. The Qt Quick Controls module provides a set of controls
  11. that can be used to build complete interfaces in Qt Quick.
  12. http://doc.qt.io/qt-5/qtquickcontrols-index.html
  13. comment "qt5quickcontrols needs an OpenGL-capable backend"
  14. depends on !BR2_PACKAGE_QT5_GL_AVAILABLE && !BR2_PACKAGE_QT5_VERSION_LATEST
  15. depends on BR2_PACKAGE_QT5_JSCORE_AVAILABLE