From 7a4cf5aea705a7b3ca0f014fa5eb8639e7a4f7b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cristi=C3=A1n=20Maureira-Fredes?= Date: Wed, 13 Mar 2024 14:43:04 +0100 Subject: build: add missing libraries for Quick3D Discovered while adding the new libraries for 6.7 some Quick3D binaries were missing. Change-Id: I4b533f8a8c90ea0eba148451f5f3391a56373b80 Pick-to: 6.5 Reviewed-by: Friedemann Kleint (cherry picked from commit 3a97bf315611ef8e08d21a2a5f4a921bfb10d84c) Reviewed-by: Qt Cherry-pick Bot --- build_scripts/wheel_files.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build_scripts/wheel_files.py b/build_scripts/wheel_files.py index ec66b957f..5b98bc6b8 100644 --- a/build_scripts/wheel_files.py +++ b/build_scripts/wheel_files.py @@ -704,10 +704,14 @@ def module_QtQuick3D() -> ModuleData: "libQt6Quick3DEffects", "libQt6Quick3DGlslParser", "libQt6Quick3DHelpers", + "libQt6Quick3DHelpersImpl", "libQt6Quick3DIblBaker", "libQt6Quick3DParticleEffects", "libQt6Quick3DParticles", + "libQt6Quick3DPhysics", + "libQt6Quick3DPhysicsHelpers", "libQt6Quick3DRuntimeRender", + "libQt6Quick3DSpatialAudio", "libQt6Quick3DUtils", "libQt6ShaderTools", "libQt63DQuick", -- cgit v1.2.3