From a72cdd85a4e70a4e618e4974871981dc46c98fc5 Mon Sep 17 00:00:00 2001 From: Petr Mironychev <9195189+Palm1r@users.noreply.github.com> Date: Thu, 12 Mar 2026 23:31:35 +0100 Subject: [PATCH] feat: Add support QtC 19 remove support QtC 17 --- .github/workflows/build_cmake.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build_cmake.yml b/.github/workflows/build_cmake.yml index a21b5ce..ca56ca0 100644 --- a/.github/workflows/build_cmake.yml +++ b/.github/workflows/build_cmake.yml @@ -45,14 +45,14 @@ jobs: cc: "clang", cxx: "clang++" } qt_config: - - { - qt_version: "6.9.2", - qt_creator_version: "17.0.2" - } - { qt_version: "6.10.1", qt_creator_version: "18.0.2" } + - { + qt_version: "6.10.2", + qt_creator_version: "19.0.0" + } steps: - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955