Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add code to remove qtnetworkauth from a list #759

Merged
merged 1 commit into from
Mar 8, 2024
Merged

Add code to remove qtnetworkauth from a list #759

merged 1 commit into from
Mar 8, 2024

Conversation

asensi
Copy link
Contributor

@asensi asensi commented Feb 10, 2024

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

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)}')
@miurahr miurahr merged commit c4ed820 into miurahr:master Mar 8, 2024
3 checks passed
miurahr added a commit that referenced this pull request Apr 13, 2024
Added
-----
- Add support for arm64 architecture on linux desktop (#766)

Changed
-------
- Add Qt 6.6.3 as known version (#773)

Document
--------
- Add example command line that show combinations of sub-commands (#759)

Signed-off-by: Hiroshi Miura <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants