Releases: miurahr/aqtinstall
Releases · miurahr/aqtinstall
configuration in settings.ini file
Prepare for v0.7a1 Signed-off-by: Hiroshi Miura <[email protected]>
Just warn when combination check failure
Previous versions exit when combination check failure. It prevent test with new Qt SDK versions with combination modifications.
Now aqtinstall does not stop when fail checking.
Drop yaml dependency
- Now use ini file for logging.ini
- Fix qconfig.pri: treat QT_LICHECK correctory
with dependency description fix
- It includes a fix adding pyyaml dependency in setup.py
extra modules should be explicitly specified
- There is change in installation of extra modules.
Now user should specify a modules with '-m' option if necessary.
It installs all of extra modules in v0.5.x and prior versions. - Support for WebAssembly component installation.
Change target directory as same as GUI installer / Tools installation
- Now support Tools installation such as mingw, ifw etc.
- Change target directory as same as GUI installer.
when specifying '--outputdir C:\Qt' then library will be in 'C:\Qt\5.11.3\msvc2017_x86[lib, bin, ...]'.
This behavior is different from v0.4.3 and prior versions.
Fix for installation target directory
Now target directory becomes without 'Qt' folder.
That means when specify --outputdir C:\Qt
libraries will be installed in C:\Qt\5.11.3\...
as same as GUI installer does.
Support Qt Library and Tools Installation
Prepare for v0.5b1 Signed-off-by: Hiroshi Miura <[email protected]>
Qt Library Installation for Windows, Linux and Mac
Prepare for v0.4.3 Signed-off-by: Hiroshi Miura <[email protected]>