generic "add LLVM_COMPAT 20 everywhere", untested

This commit is contained in:
TheK0tYaRa 2025-03-06 12:20:46 +02:00
parent 94cdac5f27
commit 2a34c396c2
917 changed files with 85031 additions and 1065 deletions

View file

@ -0,0 +1,10 @@
diff --git a/sources/pyside6/CMakeLists.txt b/sources/pyside6/CMakeLists.txt
index 2e4c701..6792258 100644
--- a/sources/pyside6/CMakeLists.txt
+++ b/sources/pyside6/CMakeLists.txt
@@ -41,5 +41,3 @@ if(BUILD_TESTS)
endif()
add_subdirectory(doc)
-
-add_subdirectory(qtexampleicons)

View file

@ -0,0 +1,17 @@
diff --git a/build_scripts/wheel_override.py b/build_scripts/wheel_override.py
index b389bb8..71de230 100644
--- a/build_scripts/wheel_override.py
+++ b/build_scripts/wheel_override.py
@@ -20,9 +20,9 @@ try:
from packaging import tags
from wheel import __version__ as wheel_version
- from wheel.bdist_wheel import bdist_wheel as _bdist_wheel
- from wheel.bdist_wheel import get_abi_tag, get_platform
- from wheel.bdist_wheel import safer_name as _safer_name
+ from wheel._bdist_wheel import bdist_wheel as _bdist_wheel
+ from wheel._bdist_wheel import get_abi_tag, get_platform
+ from wheel._bdist_wheel import safer_name as _safer_name
wheel_module_exists = True
except Exception as e: