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