xref: /OK3568_Linux_fs/buildroot/package/qt5/qt53d/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyunconfig BR2_PACKAGE_QT53D
2*4882a593Smuzhiyun	bool "qt53d"
3*4882a593Smuzhiyun	depends on BR2_PACKAGE_QT5_JSCORE_AVAILABLE # qt5declarative
4*4882a593Smuzhiyun	depends on BR2_PACKAGE_QT5_GL_AVAILABLE # qt5declarative_quick
5*4882a593Smuzhiyun	select BR2_PACKAGE_QT5BASE_GUI
6*4882a593Smuzhiyun	select BR2_PACKAGE_QT5DECLARATIVE
7*4882a593Smuzhiyun	select BR2_PACKAGE_QT5DECLARATIVE_QUICK
8*4882a593Smuzhiyun	help
9*4882a593Smuzhiyun	  Qt is a cross-platform application and UI framework for
10*4882a593Smuzhiyun	  developers using C++.
11*4882a593Smuzhiyun
12*4882a593Smuzhiyun	  This package corresponds to the qt53d module.
13*4882a593Smuzhiyun
14*4882a593Smuzhiyun	  This module was in tech preview in Qt 5.6, and promoted
15*4882a593Smuzhiyun	  to a core module in Qt 5.7.0.
16*4882a593Smuzhiyun
17*4882a593Smuzhiyun	  Enable the assimp package to gain the assimp sceneparser
18*4882a593Smuzhiyun	  plugin.
19*4882a593Smuzhiyun
20*4882a593Smuzhiyun	  https://doc.qt.io/qt-5/qt3d-index.html
21*4882a593Smuzhiyun
22*4882a593Smuzhiyuncomment "qt53d module needs an OpenGL-capable backend"
23*4882a593Smuzhiyun	depends on BR2_PACKAGE_QT5_JSCORE_AVAILABLE
24*4882a593Smuzhiyun	depends on !BR2_PACKAGE_QT5_GL_AVAILABLE
25