Config.in 789 B

12345678910111213141516171819202122232425
  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
  6. select BR2_PACKAGE_QT5BASE_GUI
  7. select BR2_PACKAGE_QT5DECLARATIVE
  8. select BR2_PACKAGE_QT5DECLARATIVE_QUICK
  9. help
  10. Qt is a cross-platform application and UI framework for
  11. developers using C++.
  12. This package corresponds to the qt53d module.
  13. This module was in tech preview in Qt 5.6, and promoted
  14. to a core module in Qt 5.7.0.
  15. Enable the assimp package to gain the assimp sceneparser plugin.
  16. http://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