From 809f1c6614560ac17c43f799f190bf284ab7e84c Mon Sep 17 00:00:00 2001 From: Petr Mironychev <9195189+Palm1r@users.noreply.github.com> Date: Mon, 1 Sep 2025 00:49:52 +0200 Subject: [PATCH] feat: Add support QtCreator 17.0.1 (#225) Add support 17.0.1 instead 17.0.0 --- .github/workflows/build_cmake.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_cmake.yml b/.github/workflows/build_cmake.yml index f83f4f0..c76ba39 100644 --- a/.github/workflows/build_cmake.yml +++ b/.github/workflows/build_cmake.yml @@ -46,8 +46,8 @@ jobs: } qt_config: - { - qt_version: "6.9.1", - qt_creator_version: "17.0.0" + qt_version: "6.9.2", + qt_creator_version: "17.0.1" } - { qt_version: "6.8.3",