Skip to content

Releases: miurahr/aqtinstall

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 <miurahr@linux.com>

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 <miurahr@linux.com>