test command line
aqt install-qt windows desktop 6.8.0 win64_msvc2022_64
and
aqt install-qt windows desktop 6.8.0 win64_mingw
Signed-off-by: Hiroshi Miura <miurahr@linux.com>
* chore: use form for bug report template
- Request mandatory information in forms.
- Add checkbox to select OS
- Add checkbox to request CoC
- other templates: comment out descriptions
Signed-off-by: Hiroshi Miura <miurahr@linux.com>
* chore: use form for document and feature request template
- Request mandatory information in forms.
- Add checkbox to request CoC
Signed-off-by: Hiroshi Miura <miurahr@linux.com>
---------
Signed-off-by: Hiroshi Miura <miurahr@linux.com>
- Request mandatory information in forms.
- Add checkbox to select OS
- Add checkbox to request CoC
- other templates: comment out descriptions
Signed-off-by: Hiroshi Miura <miurahr@linux.com>
- Minimum required python version to be 3.8.10, a last version which got regular bug fixes.
- tox: drop 3.7 and add 3.12
- Next aqtinstall release will be version 3.2.0
Signed-off-by: Hiroshi Miura <miurahr@linux.com>
Added
-----
- Add support for arm64 architecture on linux desktop (#766)
Changed
-------
- Add Qt 6.6.3 as known version (#773)
Document
--------
- Add example command line that show combinations of sub-commands (#759)
Signed-off-by: Hiroshi Miura <miurahr@linux.com>
commit d0603a25 has error in type definition for mypy.
It causes ‘type’ object is not subscriptable error.
Signed-off-by: Hiroshi Miura <miurahr@linux.com>
Top level directories are `qtsdkrepository/linux_x64` or `qtsdkrepository/linux_arm64`
qtsdkrepository files are suffixed with `.linux_gcc_64` or `.linux_gcc_arm64`
Installation directory is `gcc_64` or `gcc_arm64`
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)}')
* fix generate_combinations issue with Linux Qt 6.7
Qt 6.7.0 changes the default arch for Linux from gcc_64 to linux_gcc_64.
This allows the generate_combinations.py script to account for that.
Also, Qt 6.7.0 is missing a few architectures that were present in
earlier versions of Qt6. This makes sure that the script can pick those
up.
* black (v 24.1.1)
New version of black formats metadata.py differently than before
* Fix broken generate_combinations.py script
Versions 6.5 and 6.2 must be complete versions
Don't try to fetch Qt6 for target==winrt; it doesn't exist
* fix generate_combinations issue with Linux Qt 6.7
Qt 6.7.0 changes the default arch for Linux from gcc_64 to linux_gcc_64.
This allows the generate_combinations.py script to account for that.
Also, Qt 6.7.0 is missing a few architectures that were present in
earlier versions of Qt6. This makes sure that the script can pick those
up.
* black (v 24.1.1)
New version of black formats metadata.py differently than before