From c02d369690e59a018c423d2d952a5a887bd38d2c Mon Sep 17 00:00:00 2001 From: YiFang Xiao Date: Sun, 17 Apr 2022 16:47:35 +0800 Subject: [PATCH] add `howto` about github action's qt versions --- ...est qt version and module in github qt action.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 howto/how to find out the latest qt version and module in github qt action.md diff --git a/howto/how to find out the latest qt version and module in github qt action.md b/howto/how to find out the latest qt version and module in github qt action.md new file mode 100644 index 00000000..08c6466b --- /dev/null +++ b/howto/how to find out the latest qt version and module in github qt action.md @@ -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 +``` \ No newline at end of file