Releases: miurahr/aqtinstall
Releases · miurahr/aqtinstall
Release v1.1.1
Fixed ----- * Catch timeout error and fallback to mirror (#215,#217) Signed-off-by: Hiroshi Miura <[email protected]>
Release v1.1.0
Added
-
Patching android installation for Qt6
- patch target_qt.conf
Changed
- CI test with Qt6
- Docs: update avaiable conbinations
Fixed
- Skip QtCore patching for 5.14.0 and later(Fix regression)(#211)
Production release
Added
- Add --noarchives option to allow user to add modules to existed installation(#174,#204)
- No patching when it does not install qtbase package by --noarchives and --archives option.(#204)
- Azure: test with jom build on windows.
- Patch pkgconfig configurations(#199)
- Patch libQt5Core and libQt6Core for linux(#201)
Changed
- Update document to show available Qt versions
- Update README to add more references.
- Suppress debug log and exist silently when specified package not found.
Fixed
Qt6/Android support
Prepare for v1.0.0b3 (again)
Added ----- * Add --noarchives option to allow user to add modules to existed installation(#174,#204) * No patching when it does not install qtbase package by --noarchives and --archives option.(#204) * Azure: test with jom build on windows. Changed ------- * Update document to show available Qt versions * Update README to add more references. Signed-off-by: Hiroshi Miura <[email protected]>
Enhance Qt binary/config patching
Prepare for v1.0.0b2 Added ----- * Patch pkgconfig configurations(#199) * Patch libQt5Core and libQt6Core for linux(#201) Fixed ----- * Catch exception on qmake -query execution(#201) Signed-off-by: Hiroshi Miura <[email protected]>
Qt6/Android support
Introduce --timeout option for connection
Prepare for v0.11.1 Signed-off-by: Hiroshi Miura <[email protected]>
Support fallback mechanism
When main download site is down, automatically fallback to mirror site.