aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sources/pyside6/PySide6/QtOpenGL/CMakeLists.txt1
-rw-r--r--sources/pyside6/PySide6/QtOpenGL/typesystem_opengl.xml1
2 files changed, 1 insertions, 1 deletions
diff --git a/sources/pyside6/PySide6/QtOpenGL/CMakeLists.txt b/sources/pyside6/PySide6/QtOpenGL/CMakeLists.txt
index e22b768e4..ed2e9a2c4 100644
--- a/sources/pyside6/PySide6/QtOpenGL/CMakeLists.txt
+++ b/sources/pyside6/PySide6/QtOpenGL/CMakeLists.txt
@@ -36,6 +36,7 @@ if("opengles2" IN_LIST QtGui_enabled_features)
list(APPEND QtOpenGL_SRC ${QtOpenGL_GEN_DIR}/qopenglfunctions_es2_wrapper.cpp)
message(STATUS "Qt${QT_MAJOR_VERSION}Gui: Dropping Desktop OpenGL classes (GLES2)")
else()
+ list(APPEND QtOpenGL_DROPPED_ENTRIES QOpenGLFunctions_ES2)
list(APPEND QtOpenGL_SRC
${QtOpenGL_GEN_DIR}/qopenglfunctions_1_0_wrapper.cpp
${QtOpenGL_GEN_DIR}/qopenglfunctions_1_1_wrapper.cpp
diff --git a/sources/pyside6/PySide6/QtOpenGL/typesystem_opengl.xml b/sources/pyside6/PySide6/QtOpenGL/typesystem_opengl.xml
index 22769ac25..4fd7f7f24 100644
--- a/sources/pyside6/PySide6/QtOpenGL/typesystem_opengl.xml
+++ b/sources/pyside6/PySide6/QtOpenGL/typesystem_opengl.xml
@@ -608,7 +608,6 @@
<include file-name="QtOpenGL/qopenglfunctions_4_4_core.h" location="global"/>
<include file-name="QtOpenGL/qopenglfunctions_4_5_compatibility.h" location="global"/>
<include file-name="QtOpenGL/qopenglfunctions_4_5_core.h" location="global"/>
- <include file-name="QtOpenGL/qopenglfunctions_es2.h" location="global"/>
</extra-includes>
<modify-function signature="get(const QOpenGLVersionProfile &amp;,QOpenGLContext *)">
<inject-code class="target" position="beginning" file="../glue/qtopengl.cpp"