summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorEirik Aavitsland <eirik.aavitsland@qt.io>2020-07-23 07:57:40 +0200
committerEirik Aavitsland <eirik.aavitsland@qt.io>2020-07-23 10:18:13 +0200
commitdb0dc4f1db1094cfa0f27c3085aada0a0cf68cc6 (patch)
tree2e8e997199dc020e8b00b3281a4f7e3d4a4fbb5d /util
parentfd0c9fcaccbbb284f00c3403152bd3faf5940888 (diff)
Remove reference to removed module
The openglextensions module is dicontinued and removed in Qt 6. Change-Id: I0b98f9b6575026828c188786aeb5c1a62de1f8a3 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Diffstat (limited to 'util')
-rw-r--r--util/cmake/helper.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/util/cmake/helper.py b/util/cmake/helper.py
index ae4723754e..ca29eafb83 100644
--- a/util/cmake/helper.py
+++ b/util/cmake/helper.py
@@ -220,9 +220,6 @@ _qt_library_map = [
LibraryMapping("oauth", "Qt6", "Qt::NetworkAuth", extra=["COMPONENTS", "NetworkAuth"]),
LibraryMapping("opcua", "Qt6", "Qt::OpcUa", extra=["COMPONENTS", "OpcUa"]),
LibraryMapping("opcua_private", "Qt6", "Qt::OpcUaPrivate", extra=["COMPONENTS", "OpcUaPrivate"]),
- LibraryMapping(
- "openglextensions", "Qt6", "Qt::OpenGLExtensions", extra=["COMPONENTS", "OpenGLExtensions"]
- ),
LibraryMapping("opengl", "Qt6", "Qt::OpenGL", extra=["COMPONENTS", "OpenGL"]),
LibraryMapping(
"openglwidgets", "Qt6", "Qt::OpenGLWidgets", extra=["COMPONENTS", "OpenGLWidgets"]