David Dalcino
                                            David Dalcino
                                        
                                    @adenis78 this is an extremely unusual result; see CI runs for proof that the program works. Please show us the contents of your settings.ini file; it's easy to break the...
This is probably a better solution than #765. I'm sure it will be easier to maintain. However, a few things will need to be addressed: * Update tests: Currently, none...
I forgot to mention, our documentation will need to be updated as well. So far, all the docs mention that the 'host' argument is only allowed to be Mac, Windows,...
It looks like the following code ran the external `7z` tool, and did not raise a `subprocess.CalledProcessError` exception when it should have: https://github.com/miurahr/aqtinstall/blob/90f8a274a16c9474148951a61d5ea073fa894d0f/aqt/installer.py#L1050-L1055 It looks like it did not raise...
What’s the use case for this? The obvious problem with this is that the Qt devs frequently release updates to dev, and each update can potentially make breaking changes that...
Can you get your project to compile properly using the standard gui installer? That error message makes me think you may have specified the modules improperly in your project's `.pro`...
Please fill out the template, thanks!
Looks like you have some duplicate results in `list-qt` output: ```console $ aqt list-qt linux desktop ... 6.7.0 6.7.0 ``` Can you show us your output for `aqt list-tool linux...
Interesting. I didn't realize that `linux_arm64` had its own set of tools, separate from `linux`(x64). I just checked, and these are different binaries. We have no way to install these...
Just for clarification/organization purposes, is this a duplicate of #607? I think that issue got put on hold because the user didn't describe a use case for installing `qt6_dev`, but...