xref: /OK3568_Linux_fs/buildroot/package/qt5/qt5quick3d/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyunconfig BR2_PACKAGE_QT5QUICK3D
2*4882a593Smuzhiyun	bool "qt5quick3d"
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 qt5quick3d module.
13*4882a593Smuzhiyun
14*4882a593Smuzhiyun	  Enable the assimp package to gain the assimp sceneparser
15*4882a593Smuzhiyun	  plugin.
16*4882a593Smuzhiyun
17*4882a593Smuzhiyun	  https://doc.qt.io/qt-5/qtquick3d-index.html
18*4882a593Smuzhiyun
19*4882a593Smuzhiyuncomment "qt5quick3d module needs an OpenGL-capable backend"
20*4882a593Smuzhiyun	depends on BR2_PACKAGE_QT5_JSCORE_AVAILABLE
21*4882a593Smuzhiyun	depends on !BR2_PACKAGE_QT5_GL_AVAILABLE
22