Skip to content

Commit 5fae959

Browse files
committed
Update readme
1 parent de9f879 commit 5fae959

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

readme.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Check the [documentation](https://aqtinstall.readthedocs.io/en/latest/installati
5353
to install **aqt** itself.
5454

5555
> [!IMPORTANT]
56-
> As of version 3.3.0, **aqt** is unable to install Qt version 6.7.3 on the
56+
> As of version 3.3.0, **aqt** is unable to install Qt version 6.11.0 on the
5757
> `win64_msvc2022_64` target architecture due to a non-standard download URL (see:
5858
> miurahr/aqtinstall#919). The [Holt59/aqtinstall fork](https://github.com/Holt59/aqtinstall)
5959
> provides a workaround for this issue and can be installed using the following command
@@ -87,6 +87,7 @@ aqt install-qt --outputdir "C:\Qt" windows desktop ${QT_VERSION} win64_msvc2022_
8787
- Qt Serial Port (required by Qt Core)
8888
- Qt WebChannel (required by QtWebEngine)
8989
- Qt WebSockets (Nexus api/download)
90+
- Qt TaskTree (required by Qt Core)
9091
- Optional:
9192
- Qt Source Files
9293
- Qt Debug Files
@@ -272,7 +273,7 @@ The versions for all the tasks.
272273
The only path that's required is `prefix`, which is where `mob` will put everything. Within this directory will be `build/`, `downloads/` and `install/`. Everything else is derived from it.
273274

274275
If `mob` is unable to find the Qt installation directory, it can be specified in `qt_install`. This directory should contain `bin/`, `include/`, etc.
275-
It's typically something like `C:\Qt\6.7.3\msvc2022_64\`. The other path `qt_bin` will be derived from it, it's just `$qt_install/bin/`.
276+
It's typically something like `C:\Qt\6.11.0\msvc2022_64\`. The other path `qt_bin` will be derived from it, it's just `$qt_install/bin/`.
276277

277278
## Command line
278279

0 commit comments

Comments
 (0)