David Dalcino

Results 91 comments of David Dalcino

> Anybody knows how the QtCreator autodetection works? No, this sounds outside the scope of `aqtinstall`, and I think you'll have better luck asking at the Qt forums. `aqt` installs...

> ... and some SDK Tool is required for this. The SDK Tool should be at `Qt/Tools/QtCreator/bin/sdktool.exe` on Windows; I'm not sure where it is on other platforms.

> @lucky62 Please see a qtscript(installscirpt.qs) inside [meta.7z package (for example 6.2.1 mingw) ](https://download.qt.io/online/qtsdkrepository/windows_x86/desktop/qt6_621/qt.qt6.621.win64_mingw81/6.2.1-0-202110220822meta.7z). > > If you want to realize auto-detection, you should do something similar with the script...

If it’s impossible to run the installscript.qs independently of QtIFW, then the alternative is to rewrite every installscript.qs in Python. IMHO, that approach is unsustainable. I don’t think it’s a...

You can fetch a list of releases via JSON api here: https://pypi.org/pypi/aqtinstall/json

Good point. There are also these two JSON apis that might work: * https://api.github.com/repos/miurahr/aqtinstall/tags * https://api.github.com/repos/miurahr/aqtinstall/releases We could make a "best effort" attempt: check either pypi or github and use...

I will have a look at this when I get home from work, but you are right that this is a problem. `aqt list-qt` should not be allowed to list...

Sorry it took me so long to get to this, but I have confirmed that aqt v2.2.3 can now install Qt 6.4.0 properly, after the hashes were uploaded. $ aqt...

Here's one potential way to handle this problem: When we fail to retrieve a sha256 checksum file, we could check the upload date of the file we're trying to download....

> By the way Qt 6.5.0 is not marked any special in aqtinstall despite the fact that it's a beta release. You are correct that 6.5.0 is a beta version....