39 Commits

Author SHA1 Message Date
tsteven4
56d94cfd79 fix list-qt, install-qt for android >= 6.7.0
This resolves #946
2025-10-06 19:22:43 -06:00
Alexandre Poumaroux
128fa5bc8c Update docs for more recent versions of Qt, and for WASM (#876)
* Update getting_started.rst

* Update getting_started.rst

* Update cli.rst

* Specify one command is for Qt5 only
2025-01-06 16:04:44 +09:00
Hiroshi Miura
cf4bda9a4e Merge pull request #766 from rectalogic/arm64
Support linux_gcc_arm64 arch in 6.7.0 via new linux_arm64 host
2024-04-10 20:51:03 +09:00
Andrew Wason
b51d200c32 more docs 2024-03-06 13:17:40 -05:00
Andrew Wason
305abad941 Update docs 2024-03-06 13:04:28 -05:00
asensi
1556c2ac1a Add code to remove qtnetworkauth from a list
Substitute `This exercise is left to the reader` with a particular command. Another possibility was: 
$ aqt install-qt windows desktop 5.15.2 win64_mingw81 \
    -m $(aqt list-qt windows desktop --modules 5.15.2 win64_mingw81 | awk '{for (i=1; i<=NF; i++) if ($i != "qtnetworkauth") printf("%s ", $i)}')
2024-02-10 18:01:10 +01:00
Andrew Wason
61e18c869f Add docs clarifying list-doc and install-doc (#754)
* Add docs clarifying list-doc and install-doc

Fixes https://github.com/miurahr/aqtinstall/issues/753

* Update docs/getting_started.rst

Co-authored-by: David Dalcino <ddalcino@users.noreply.github.com>

* Update docs/getting_started.rst

Co-authored-by: David Dalcino <ddalcino@users.noreply.github.com>

* Update docs/getting_started.rst

Co-authored-by: David Dalcino <ddalcino@users.noreply.github.com>

* Update docs/getting_started.rst

Co-authored-by: David Dalcino <ddalcino@users.noreply.github.com>

* Update docs/getting_started.rst

Co-authored-by: David Dalcino <ddalcino@users.noreply.github.com>

* Update docs/getting_started.rst

Co-authored-by: Mozi <29089388+pzhlkj6612@users.noreply.github.com>

* Update docs/getting_started.rst

Co-authored-by: Mozi <29089388+pzhlkj6612@users.noreply.github.com>

* Update docs/getting_started.rst

Co-authored-by: Mozi <29089388+pzhlkj6612@users.noreply.github.com>

* Update docs/getting_started.rst

Co-authored-by: Mozi <29089388+pzhlkj6612@users.noreply.github.com>

* Update docs/getting_started.rst

Co-authored-by: Mozi <29089388+pzhlkj6612@users.noreply.github.com>

---------

Co-authored-by: David Dalcino <ddalcino@users.noreply.github.com>
Co-authored-by: Mozi <29089388+pzhlkj6612@users.noreply.github.com>
2024-01-23 14:05:21 +09:00
Hiroshi Miura
2c10608319 docs: update authors and fix syntax
- add new contributors: thanks Alberto, steveice10 and lebarsfa
- Fix quote words with double backquotes

Signed-off-by: Hiroshi Miura <miurahr@linux.com>
2023-11-06 11:13:25 +09:00
Dave Dalcino
001350e35a Docs: explain MinGW 11.2.0 and tools_mingw90 2023-02-19 11:22:10 -08:00
Dave Dalcino
6e97b9fca9 Update documentation for --autodesktop flag
The `--autodesktop` flag is only useful when installing Qt6 for mobile
or wasm. There is no need to have an additional desktop Qt installation
for any Qt5 mobile or wasm installs. This updates the docs to reflect
that.
2023-02-13 13:13:03 -08:00
Dave Dalcino
919a1e4fa6 Note new 6.5.0 arches in docs 2023-02-11 14:15:44 -08:00
Dave Dalcino
6d39111443 Update docs 2022-11-16 16:14:55 -08:00
Dave Dalcino
6e8ae8eba9 Improve docs for changed --autodesktop flag 2022-10-12 17:29:12 -07:00
Dave Dalcino
687adb1834 Add --autodesktop to docs 2022-08-20 07:53:03 -07:00
Dave Dalcino
ff2d1dad2c Add documentation for the new --long-modules flag 2022-08-13 11:12:49 -07:00
David Dalcino
633cbacc62 Update docs and help text for --archives 2021-12-05 11:53:42 -08:00
David Dalcino
b929dc1f4b Add docs for list-src, list-doc, list-example 2021-11-23 11:08:02 -08:00
David Dalcino
750fb41004 Improve docs for --archives flag
Much thanks to @pzhlkj6612 for suggestions for these improvements!
2021-09-24 18:30:50 -07:00
David Dalcino
7104dbcdf7 Merge remote-tracking branch 'upstream/master' into add-list-qt-archives 2021-09-20 18:49:46 -07:00
David Dalcino
31bfa11752 Add docs for changed --modules syntax 2021-09-17 12:41:42 -07:00
David Dalcino
248329c457 add documentation 2021-09-17 08:32:49 -07:00
David Dalcino
4230bab604 Document the 'install by spec' feature 2021-09-09 11:58:17 -07:00
David Dalcino
f841e1aecf Remove addons. discussion from tutorial 2021-08-18 10:28:49 -07:00
David Dalcino
305931247f Add tutorial entry for --external flag 2021-08-04 09:39:59 -07:00
David Dalcino
76cfd47d82 Revert "Add links to option flags"
This reverts commit ddc36064
2021-08-04 05:35:25 -07:00
David Dalcino
120a2bc4d1 fix punctuation error 2021-08-04 01:14:42 -07:00
David Dalcino
0180deae31 Merge installation/Usage section into tutorial 2021-08-04 01:00:50 -07:00
David Dalcino
ddc36064dc Add links to option flags 2021-08-04 01:00:40 -07:00
David Dalcino
9cd01dc08e Cleanup language in tutorial 2021-08-02 18:09:45 -07:00
David Dalcino
f83ed44cd4 Add discussion of -m all flag 2021-08-02 18:09:45 -07:00
David Dalcino
3ea269c922 Fix broken links and add necessary links
This fixes the broken links to the 'Available Qt Versions` wiki page.
It also adds links to 'List Qt Command' in the documentation for the
'Qt Install Command'.
2021-08-02 17:50:52 -07:00
David Dalcino
9915a50925 Fix broken link to tutorial 2021-07-28 08:29:09 -07:00
David Dalcino
49b44af0ef Fix typos 2021-07-27 18:03:16 -07:00
David Dalcino
169096867a Reorder sections for natural progression 2021-07-27 17:58:57 -07:00
David Dalcino
ddaf2da4c9 Formatting improvements 2021-07-27 17:54:11 -07:00
David Dalcino
23b0b3704a Add WASM section 2021-07-27 17:12:28 -07:00
David Dalcino
ad8cceaaa3 Add to tools section: list tool variants 2021-07-27 16:13:41 -07:00
David Dalcino
4e6af9aad6 Add section: 'Qt for Android' 2021-07-27 16:13:01 -07:00
David Dalcino
507e599270 WIP add Getting Started section 2021-07-27 11:07:38 -07:00