Releases: miurahr/aqtinstall
Releases · miurahr/aqtinstall
Improve installation performance using multiprocessing
Update IFW(install framework) installation
Prepare for v0.9.8 Signed-off-by: Hiroshi Miura <[email protected]>
Support list command, Qt 5.15.1.
configure required python version to >=3.6
Prepare for v0.9.6 Signed-off-by: Hiroshi Miura <[email protected]>
Fix error when install tools_openssl_src
Fix changelog rst syntax Signed-off-by: Hiroshi Miura <[email protected]>
Fixed CRC32 error when install Qt5.7 on Windows
Prepare for v0.9.4 Signed-off-by: Hiroshi Miura <[email protected]>
Fix error on Qt5.7 installation
Qt6 support
Show warning but no exception when no archive found in metadata
Changed
- Do not raise exception when specified combination is not found on downloaded meta data.
- Update document for developers.
Support doc / src / example subcommands
Added
- New subcommand doc/src/example to install each components.(#137, 138)
- Doc: Add CLI example for tools, doc, examples and src.
Changed
- Refactoring to reduce code duplication in archives.py
- Explicitly call QtInstall.finalize() only when Qt library installation.
Fixed
- Show help when launched without any argument (#136)