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.
16 This module was in tech preview in Qt 5.6, and promoted
17 to a core module in Qt 5.7.0.
19 Enable the assimp package to gain the assimp sceneparser plugin.
21 http://doc.qt.io/qt-5/qt3d-index.html
23 comment "qt53d module needs an OpenGL-capable backend"
24 depends on BR2_PACKAGE_QT5_JSCORE_AVAILABLE
25 depends on !BR2_PACKAGE_QT5_GL_AVAILABLE