miurahr / aqtinstall

aqt: Another (unofficial) Qt CLI Installer on multi-platforms
https://aqtinstall.readthedocs.io/en/latest/
MIT License
893 stars 83 forks source link

Add code to remove qtnetworkauth from a list #759

Closed asensi closed 3 months ago

asensi commented 4 months ago

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)}')