aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@qt.io>2023-05-15 09:16:45 +0200
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2023-05-15 08:39:11 +0000
commita09f6aa2a1100401537208aaa3930ce8d18b94ee (patch)
tree871f9d724b1a2387ea91a618af289d58f8bc20aa
parenta149e8ac61c4a90ba80e1bcd9a7d36653bbd4249 (diff)
create_wheels.py: Add missing OpenGL type system files
Amends 39821c9265ca15373725e408b5ede19794b9e419. Task-number: PYSIDE-2013 Task-number: PYSIDE-2017 Fixes: PYSIDE-2325 Change-Id: Idd0260ece308d54f8654ecf7ca5d67e7c546bcff Reviewed-by: Christian Tismer <tismer@stackless.com> (cherry picked from commit b35a0eb987cea88ad1e341c3b1f4fbf8def0895d) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rw-r--r--build_scripts/wheel_files.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/build_scripts/wheel_files.py b/build_scripts/wheel_files.py
index 3a2015609..81c9423e2 100644
--- a/build_scripts/wheel_files.py
+++ b/build_scripts/wheel_files.py
@@ -896,6 +896,10 @@ def module_QtOpenGL() -> ModuleData:
data = ModuleData("OpenGL")
_typesystems = [
"opengl_common.xml",
+ "typesystem_glgeti_v_includes.xml",
+ "typesystem_glgeti_v_modifications.xml",
+ "typesystem_glgetv_includes.xml",
+ "typesystem_glgetv_modifications.xml",
"typesystem_opengl_modifications1_0.xml",
"typesystem_opengl_modifications1_0_compat.xml",
"typesystem_opengl_modifications1_1.xml",