mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-24 21:04:09 +00:00
13 lines
307 B
Markdown
13 lines
307 B
Markdown
|
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
|
||
|
```
|