Skip to content

Releases: miurahr/aqtinstall

configuration in settings.ini file

29 Nov 15:30
Compare
Choose a tag to compare
Pre-release
Prepare for v0.7a1

Signed-off-by: Hiroshi Miura <[email protected]>

Just warn when combination check failure

23 Nov 06:10
Compare
Choose a tag to compare

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

23 Nov 05:55
Compare
Choose a tag to compare
Drop yaml dependency Pre-release
Pre-release
  • Now use ini file for logging.ini
  • Fix qconfig.pri: treat QT_LICHECK correctory

with dependency description fix

17 Nov 21:45
Compare
Choose a tag to compare
  • It includes a fix adding pyyaml dependency in setup.py

extra modules should be explicitly specified

17 Nov 21:59
Compare
Choose a tag to compare
  • 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

10 Nov 07:38
Compare
Choose a tag to compare
  • 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

10 Nov 06:41
Compare
Choose a tag to compare
Pre-release

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

08 Oct 12:43
Compare
Choose a tag to compare
Prepare for v0.5b1

Signed-off-by: Hiroshi Miura <[email protected]>

Qt Library Installation for Windows, Linux and Mac

08 Oct 12:44
Compare
Choose a tag to compare
Prepare for v0.4.3

Signed-off-by: Hiroshi Miura <[email protected]>