miurahr / aqtinstall

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

mingw11 installation for QT6 #697

Closed atsju closed 1 year ago

atsju commented 1 year ago

Is your feature request related to a problem? Please describe. I implemented CI on project https://github.com/githubdoe/DFTFringe using aqt and QT5 because history. Now I want to try to move from QT5 to QT6 and I see that I cannot install the correct mingw 11.2.0 with aqt.

Describe the solution you'd like Is it possible that aqt install supports the tools like mingw11 ?

Describe alternatives you've considered I'm open to alternatives if you have some

Additional context Followup of #655 mingw version: https://wiki.qt.io/MinGW

ddalcino commented 1 year ago

https://aqtinstall.readthedocs.io/en/latest/getting_started.html#installing-tools

Please be aware that the tool tools_mingw90 appears to be mislabelled:

$ aqt list-tool windows desktop tools_mingw90 -l

   Tool Variant Name            Version          Release Date
=============================================================
qt.tools.win64_mingw900   9.0.0-1-202203221220   2022-03-22

$ aqt list-tool windows desktop tools_mingw90 -l

   Tool Variant Name            Version          Release Date      Display Name            Description
============================================================================================================
qt.tools.win64_mingw900   9.0.0-1-202203221220   2022-03-22     MinGW 11.2.0 64-bit   MinGW-builds 11.2.0

Duplicate of #655.

atsju commented 1 year ago

owww... sorry. I did not see that 900 was indeed 11.2.0. Thanks a lot