1414
1515## Supported Versions
1616
17- - ** PySide6:** ` 6.10.2 ` (guide verified against this version)
17+ - ** PySide6:** ` 6.11.0 ` (guide verified against this version)
1818- ** Python:** ` 3.11.x ` (preferred) or ` 3.10.x `
1919
2020> [ !WARNING]
@@ -60,15 +60,15 @@ You’ll save hours of compilation time and avoid a lot of complexity.
6060> [ !NOTE]
6161> As of now, official Android wheels are available for ** ` aarch64 ` ** and ** ` x86_64 ` ** .
6262
63- ** Direct links for 6.10.2 (Python 3.11):**
63+ ** Direct links for 6.11.0 (Python 3.11):**
6464
6565- ** PySide6**
66- - [ aarch64] ( https://download.qt.io/official_releases/QtForPython/pyside6/PySide6 -6.10.2 -6.10.2 -cp311-cp311-android_aarch64.whl )
67- - [ x86_64] ( https://download.qt.io/official_releases/QtForPython/pyside6/PySide6 -6.10.2 -6.10.2 -cp311-cp311-android_x86_64.whl )
66+ - [ aarch64] ( https://download.qt.io/official_releases/QtForPython/pyside6/pyside6 -6.11.0 -6.11.0 -cp311-cp311-android_aarch64.whl )
67+ - [ x86_64] ( https://download.qt.io/official_releases/QtForPython/pyside6/pyside6 -6.11.0 -6.11.0 -cp311-cp311-android_x86_64.whl )
6868
6969- ** Shiboken6**
70- - [ aarch64] ( https://download.qt.io/official_releases/QtForPython/shiboken6/shiboken6-6.10.2 -6.10.2 -cp311-cp311-android_aarch64.whl )
71- - [ x86_64] ( https://download.qt.io/official_releases/QtForPython/shiboken6/shiboken6-6.10.2 -6.10.2 -cp311-cp311-android_x86_64.whl )
70+ - [ aarch64] ( https://download.qt.io/official_releases/QtForPython/shiboken6/shiboken6-6.11.0 -6.11.0 -cp311-cp311-android_aarch64.whl )
71+ - [ x86_64] ( https://download.qt.io/official_releases/QtForPython/shiboken6/shiboken6-6.11.0 -6.11.0 -cp311-cp311-android_x86_64.whl )
7272
7373
7474If you prefer building your own wheels, see the [ Legacy] ( #legacy-building-the-wheels-yourself ) section below.
@@ -94,7 +94,7 @@ sudo pacman -Syu base-devel android-tools android-udev clang jdk17-openjdk llvm
9494cd ~ /
9595git clone https://code.qt.io/pyside/pyside-setup
9696cd pyside-setup
97- git checkout 6.10.2 # dev branch can work, but is more error-prone
97+ git checkout 6.11.0 # dev branch can work, but is more error-prone
9898python3 -m venv venv
9999source venv/bin/activate
100100pip install -r requirements.txt
@@ -335,7 +335,7 @@ python3.11 -m venv venv
335335source venv/bin/activate
336336git clone https://code.qt.io/pyside/pyside-setup
337337cd pyside-setup
338- git checkout 6.10.2 # dev is possible, but not recommended
338+ git checkout dev
339339pip install -r requirements.txt
340340pip install -r tools/cross_compile_android/requirements.txt
341341pip install pyside6
@@ -374,7 +374,7 @@ But don't clean cache then, because this will obviously override the toolchain.
374374** Template command:**
375375
376376``` bash
377- python tools/cross_compile_android/main.py --plat-name=< aarch64| armv7a| x86_64| i686> --qt-install-path=/path/to/Qt/6.10.2 --api-level 35 --auto-accept-license --clean-cache all
377+ python tools/cross_compile_android/main.py --plat-name=< aarch64| armv7a| x86_64| i686> --qt-install-path=/path/to/Qt/6.11.0 --api-level 35 --auto-accept-license --clean-cache all
378378```
379379
380380Wheels appear under ` dist/ ` when complete. If you hit errors, try:
0 commit comments