From db0dc4f1db1094cfa0f27c3085aada0a0cf68cc6 Mon Sep 17 00:00:00 2001 From: Eirik Aavitsland Date: Thu, 23 Jul 2020 07:57:40 +0200 Subject: Remove reference to removed module The openglextensions module is dicontinued and removed in Qt 6. Change-Id: I0b98f9b6575026828c188786aeb5c1a62de1f8a3 Reviewed-by: Alexandru Croitor --- util/cmake/helper.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'util') 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"] -- cgit v1.2.3