Skip to content

Commit 845108a

Browse files
committed
- Updated to Qt 6.11.0
1 parent 0ccf02e commit 845108a

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
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

7474
If 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
9494
cd ~/
9595
git clone https://code.qt.io/pyside/pyside-setup
9696
cd 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
9898
python3 -m venv venv
9999
source venv/bin/activate
100100
pip install -r requirements.txt
@@ -335,7 +335,7 @@ python3.11 -m venv venv
335335
source venv/bin/activate
336336
git clone https://code.qt.io/pyside/pyside-setup
337337
cd pyside-setup
338-
git checkout 6.10.2 # dev is possible, but not recommended
338+
git checkout dev
339339
pip install -r requirements.txt
340340
pip install -r tools/cross_compile_android/requirements.txt
341341
pip 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

380380
Wheels appear under `dist/` when complete. If you hit errors, try:

0 commit comments

Comments
 (0)