Qt 6.11 is out! See what's new in the release
blog
What will happen if i build Qt by myself with -no-opengl ? will it exclude libEGL.dll, libGLESv2.dll ?
General and Desktop
2
Posts
2
Posters
711
Views
1
Watching
-
what will happen if i build Qt by myself with -no-opengl ? will it exclude libEGL.dll, libGLESv2.dll ?
will it affect the use of normal Qt funcionalities?
can i still use QGraphicsView, etc?//////////////////////////////////////////////////////////////////////////////////////////////
thank you, but which part of Qt actually use OpenGL/ANGEL? -
Hi,
Yes it will. You are explicitly asking for no OpenGL support so there won't be any.