mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-23 20:14:05 +00:00
add howto
about github action's qt versions
This commit is contained in:
parent
86aa0b1ba4
commit
c02d369690
|
@ -0,0 +1,13 @@
|
|||
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
|
||||
aqt list-qt linux desktop --arch 6.2.4
|
||||
aqt list-qt linux desktop --modules 6.2.4 gcc_64
|
||||
```
|
Loading…
Reference in a new issue