goldendict-ng/website/docs/howto/how to find out the latest qt version and module in github qt action.md

13 lines
307 B
Markdown
Raw Normal View History

the github action use https://github.com/jurplel/install-qt-action to manage qt version
how to find out the latest qt version and modules
there are several commands
```
pip install aqt
aqt list-qt linux desktop
2023-03-26 03:39:51 +00:00
aqt list-qt linux desktop --arch 6.4.3
aqt list-qt linux desktop --modules 6.4.3 gcc_64
```