aqtinstall icon indicating copy to clipboard operation
aqtinstall copied to clipboard

Add code to remove qtnetworkauth from a list

Open asensi opened this issue 4 months ago • 0 comments

Substitute This exercise is left to the reader with a particular command.

Another possibility was: $ aqt install-qt windows desktop 5.15.2 win64_mingw81 -m $(aqt list-qt windows desktop --modules 5.15.2 win64_mingw81 | awk '{for (i=1; i<=NF; i++) if ($i != "qtnetworkauth") printf("%s ", $i)}')

asensi avatar Feb 10 '24 17:02 asensi