toolchain: bump Codescape IMG MIPS version to 2016.05-06
[buildroot-gz.git] / package / qt5 / qt53d / Config.in
blobff50204fc80b98d29063bc42033dacb24c72271c
1 config BR2_PACKAGE_QT53D
2         bool "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
9         help
10           Qt is a cross-platform application and UI framework for
11           developers using C++.
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