From 56f40cdca6b589beec5c2cb803633985ca4c59d1 Mon Sep 17 00:00:00 2001 From: Eirik Aavitsland Date: Tue, 9 Jun 2020 14:00:13 +0200 Subject: Remove the openglextensions module [ChangeLog][General] The QtOpenglExtensions module has been discontinued. It provided only convenience functionality for certain direct OpenGL usage. With the new RHI graphics API abstraction, that is no longer a primary use case. Applications that still need to access that API have a number of alternative options, including QOpenGLExtraFunctions. Fixes: QTBUG-84085 Change-Id: I272af61c69ebcec207b576d67d08b59623d485ec Reviewed-by: Laszlo Agocs --- tests/auto/cmake/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) (limited to 'tests/auto/cmake/CMakeLists.txt') diff --git a/tests/auto/cmake/CMakeLists.txt b/tests/auto/cmake/CMakeLists.txt index ac9c1d5197..d8103d37f0 100644 --- a/tests/auto/cmake/CMakeLists.txt +++ b/tests/auto/cmake/CMakeLists.txt @@ -133,7 +133,6 @@ test_module_includes( ${qt_module_includes} ) expect_pass(test_concurrent_module) -expect_pass(test_openglextensions_module) if (QT_WITH_ANGLE OR (NOT WIN32 AND NOT APPLE AND NOT NO_EGL)) expect_pass(test_egl_lib) endif() -- cgit v1.2.3