Qt 6.11 is out! See what's new in the release
blog
LibEGL and libGLESv2, what is their effection and which dll require them (eg. QtCore.dll) ?
General and Desktop
2
Posts
2
Posters
2.7k
Views
1
Watching
-
QtQuick module (and the upcoming Qt3D module) require OpenGL 2.0 or higher: the DLLs you've seen help in providing that functionality. Qt can use native OpenGL from your system, or indirectly (through Angle project, so leveraging the DirectX drivers).
QtCore does not depend on OpenGL. QtGui module might depend on it (the dependency can be dropped when OpenGL is disabled in Qt configuration flags - but that can only be done when compiling Qt from source).