feat: Add support QtC 18.0.1 (#296)

* feat: Add support QtC 18.0.1
* feat: Remove support QtC 16.0.2
This commit is contained in:
Petr Mironychev
2025-12-14 02:53:58 +01:00
committed by GitHub
parent 50c948ccfe
commit 50e1276ab2

View File

@ -45,17 +45,13 @@ jobs:
cc: "clang", cxx: "clang++"
}
qt_config:
- {
qt_version: "6.8.3",
qt_creator_version: "16.0.2"
}
- {
qt_version: "6.9.2",
qt_creator_version: "17.0.2"
}
- {
qt_version: "6.10.0",
qt_creator_version: "18.0.0"
qt_version: "6.10.1",
qt_creator_version: "18.0.1"
}
steps: