Details
-
Bug
-
Resolution: Done
-
P1: Critical
-
5.8.0 Alpha
-
None
Description
As of Qt 5.8 it is no longer true that qtHaveModule(quick) == OpenGL support available. It is now possible to build the QtQuick module without OpenGL support, and so modules that require OpenGL need to be clear that they need QtQuick and OpenGL now.
It may be desirable that QtCharts also work with QtQuick backends other than OpenGL (like the Software ore D3D12), in which case usage of SceneGraph nodes that require OpenGL should be limited to backends that support OpenGL.