From f0d2e42680864626f94db0c9cbc56664bb824b8b Mon Sep 17 00:00:00 2001 From: Petr Mironychev <9195189+Palm1r@users.noreply.github.com> Date: Tue, 14 Oct 2025 02:19:14 +0200 Subject: [PATCH] feat: Add support QtCreator 17.0.2 (#239) feat: Add support QtC 17.0.2 --- .github/workflows/build_cmake.yml | 2 +- .gitignore | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_cmake.yml b/.github/workflows/build_cmake.yml index d4dcdf7..2a510b7 100644 --- a/.github/workflows/build_cmake.yml +++ b/.github/workflows/build_cmake.yml @@ -47,7 +47,7 @@ jobs: qt_config: - { qt_version: "6.9.2", - qt_creator_version: "17.0.1" + qt_creator_version: "17.0.2" } - { qt_version: "6.8.3", diff --git a/.gitignore b/.gitignore index 8172a31..e7a781b 100644 --- a/.gitignore +++ b/.gitignore @@ -73,4 +73,5 @@ CMakeLists.txt.user* *.dll *.exe -/build \ No newline at end of file +/build +/.qodeassist \ No newline at end of file