Details
Description
The mentioned examples assert at the startup in QOpenGLContext::openGLModuleType at Q_ASSERT(qGuiApp);
This happens because the examples call that function before QQuiApplication instance is created.
The mentioned examples assert at the startup in QOpenGLContext::openGLModuleType at Q_ASSERT(qGuiApp);
This happens because the examples call that function before QQuiApplication instance is created.