David Dalcino
David Dalcino
> How would you choose what to pick? `aqt list-qt --arch ` prints a list of architectures, separated by spaces, directly to stdout. I would run the command, split on...
For android, `armv7` has been the default architecture at least since this commit: https://github.com/jurplel/install-qt-action/commit/dc5462a6bf9b7f8a1825ea4328b4844b679a76fd That was two years ago. I would expect that anyone using this action for a long...
https://github.com/jurplel/install-qt-action/blob/c8ebe28639c7adaa809f4902266be0ce9a433e44/action/src/main.ts#L104 I think this is the wrong version comparison. `android` is a valid architecture for Qt 5.14.0 through 5.15.2, but not for Qt 6.0.0+. `android_armv7` is still a valid architecture...
If this is still an ongoing problem, I would really like to handle it at [aqtinstall](https://github.com/miurahr/aqtinstall), because it would affect aqtinstall users as well. Unless I misunderstand the problem though,...
On a Mac host: ```bash $ python -m aqt version INFO : aqtinstall(aqt) v2.2.2 on Python 3.9.13 [CPython Clang 13.1.6 (clang-1316.0.21.2)] $ python -m aqt install-qt mac android 5.15.2 android...
I have closed miurahr/aqtinstall#560 because of this: https://github.com/miurahr/aqtinstall/pull/561#issuecomment-1229087569 Note that if you run the above `grep` commands on Qt installations installed by aqtinstall and by the official GUI installer, you...
Upstream, we started testing `install-tool` with both QtIFW and QtCreator in https://github.com/miurahr/aqtinstall/pull/443 and https://github.com/miurahr/aqtinstall/pull/451. The following bash code will run command line binaries included with both tools, and will cause...
@silven > Even qt.io does not provide a .sha256 for all tools. For example tools_ifw is missing: https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/tools_ifw/Updates.xml.sha256 Check the link again; it looks like it's working now. @sithlord48 >...
Is https://aqtinstall.readthedocs.io/en/stable/ up to date? From the changelog entries, it looks like it has not been updated since aqt v2.1.0 was released in April.
> Not sure what a good way to fix this would be--I am not really sure how to get whatever aqtinstall interprets as the version number out from stdout. Note...