summaryrefslogtreecommitdiffstats
path: root/util/glgen/README.txt
diff options
context:
space:
mode:
Diffstat (limited to 'util/glgen/README.txt')
-rw-r--r--util/glgen/README.txt10
1 files changed, 3 insertions, 7 deletions
diff --git a/util/glgen/README.txt b/util/glgen/README.txt
index ea2411f619..2547d628d8 100644
--- a/util/glgen/README.txt
+++ b/util/glgen/README.txt
@@ -142,10 +142,6 @@ QOpenGLExtension_<name-of-extension>
The usage pattern for OpenGL extensions is to just use a small
number of extensions out of the large number of those available.
-Rather than bloat QtGui with all possible extensions, a new static library will be
-introduced to hold these classes. That way users will only link in the code for
-the extensions that they actually use.
-
-The source and header file for these classes should be moved to
-
-$QTBASE/src/openglextensions/ \ No newline at end of file
+Prior to Qt 6, these classes were provided as the openglextensions
+module. Because of the new graphics architecture in Qt 6, that module
+has been removed.