aboutsummaryrefslogtreecommitdiffstats
path: root/build_scripts/platforms/linux.py
diff options
context:
space:
mode:
authorShyamnath Premnadh <Shyamnath.Premnadh@qt.io>2024-03-12 16:46:05 +0100
committerShyamnath Premnadh <Shyamnath.Premnadh@qt.io>2024-03-13 13:58:45 +0100
commit722cba9af5143222e726a113718d4a32c97d6cae (patch)
tree991e7c2d153711d7b1153f8d7dddbdbd002d3aa1 /build_scripts/platforms/linux.py
parent0632caba93a17eb429fa2c7153f7fa4005542ce6 (diff)
Android Wheels: Update Python version to 3.11
- python-for-android target python is now upgrade to 3.11 - https://github.com/kivy/python-for-android/pull/2850. This constrains us to update to 3.11 to resolve linker issues for shiboken and PySide binaries. - The also helps for CI wheel creation since the Python version in our CI system is 3.11. - As a drive-by remove designer plugins from Android wheels. Task-number: PYSIDE-1612 Change-Id: I8c75d4d4567b6830e26a2d9a24db90592f6dc03d Reviewed-by: Adrian Herrmann <adrian.herrmann@qt.io>
Diffstat (limited to 'build_scripts/platforms/linux.py')
-rw-r--r--build_scripts/platforms/linux.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/build_scripts/platforms/linux.py b/build_scripts/platforms/linux.py
index cb388e8aa..b4c66d94e 100644
--- a/build_scripts/platforms/linux.py
+++ b/build_scripts/platforms/linux.py
@@ -95,7 +95,7 @@ def prepare_standalone_package_linux(pyside_build, _vars, cross_build=False, is_
_filter=["*.so"],
recursive=True,
_vars=_vars)
- if not is_pypy:
+ if not is_pypy and not is_android:
copydir("{install_dir}/plugins/designer",
plugins_target / "designer",
_filter=["*.so"],