xref: /OK3568_Linux_fs/buildroot/package/qt5/qt53d/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config 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
12	  This package corresponds to the qt53d module.
13
14	  This module was in tech preview in Qt 5.6, and promoted
15	  to a core module in Qt 5.7.0.
16
17	  Enable the assimp package to gain the assimp sceneparser
18	  plugin.
19
20	  https://doc.qt.io/qt-5/qt3d-index.html
21
22comment "qt53d module needs an OpenGL-capable backend"
23	depends on BR2_PACKAGE_QT5_JSCORE_AVAILABLE
24	depends on !BR2_PACKAGE_QT5_GL_AVAILABLE
25