Config.in 764 B

123456789101112131415161718192021222324
  1. config BR2_PACKAGE_QT53D
  2. bool "qt53d"
  3. depends on BR2_PACKAGE_QT5_JSCORE_AVAILABLE # qt5declarative
  4. depends on BR2_PACKAGE_QT5_GL_AVAILABLE # qt5declarative_quick
  5. select BR2_PACKAGE_QT5BASE_GUI
  6. select BR2_PACKAGE_QT5DECLARATIVE
  7. select BR2_PACKAGE_QT5DECLARATIVE_QUICK
  8. help
  9. Qt is a cross-platform application and UI framework for
  10. developers using C++.
  11. This package corresponds to the qt53d module.
  12. This module was in tech preview in Qt 5.6, and promoted
  13. to a core module in Qt 5.7.0.
  14. Enable the assimp package to gain the assimp sceneparser
  15. plugin.
  16. https://doc.qt.io/qt-5/qt3d-index.html
  17. comment "qt53d module needs an OpenGL-capable backend"
  18. depends on BR2_PACKAGE_QT5_JSCORE_AVAILABLE
  19. depends on !BR2_PACKAGE_QT5_GL_AVAILABLE