1 config BR2_PACKAGE_QT53D
3 select BR2_PACKAGE_QT5BASE
4 select BR2_PACKAGE_QT5BASE_GUI
5 select BR2_PACKAGE_QT5DECLARATIVE
6 select BR2_PACKAGE_QT5DECLARATIVE_QUICK
7 depends on BR2_PACKAGE_QT5_JSCORE_AVAILABLE # qt5declarative
8 depends on BR2_PACKAGE_QT5_GL_AVAILABLE # qt5declarative_quick
10 Qt is a cross-platform application and UI framework for
13 This package corresponds to the qt53d module.
15 Enable the assimp package to gain the assimp sceneparser plugin.
17 http://doc.qt.io/qt-5/qt3d-index.html
19 comment "qt53d module needs an OpenGL-capable backend"
20 depends on BR2_PACKAGE_QT5_JSCORE_AVAILABLE
21 depends on !BR2_PACKAGE_QT5_GL_AVAILABLE