From 80c277b9f677e4a3e34e45aa1bd42ff5084f2a7f Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Thu, 25 Apr 2024 19:55:57 -0400 Subject: [PATCH] Add qtshadertools to CI needed for Kirigami --- .github/workflows/main.yml | 2 +- scripts/windows-setup.ps1 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a211b8d..fd984de 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -43,7 +43,7 @@ jobs: with: version: "6.6.*" cache: true - modules: 'qtwebengine qtwebview' + modules: 'qtwebengine qtwebview qtshadertools' - name: Set reusable strings id: strings diff --git a/scripts/windows-setup.ps1 b/scripts/windows-setup.ps1 index 8843ea4..2763c5f 100644 --- a/scripts/windows-setup.ps1 +++ b/scripts/windows-setup.ps1 @@ -116,7 +116,7 @@ cmake --build "$BuildDir-qcoro" --config Debug --target install --parallel $NumC CheckCompileResult "qcoro" # Build QtKeychain -Clone "qcoro" "https://github.com/frankosterfeld/qtkeychain.git" +Clone "qtkeychain" "https://github.com/frankosterfeld/qtkeychain.git" Configure "qtkeychain" "-DBUILD_TESTING=OFF" cmake --build "$BuildDir-qtkeychain" --config Debug --target install --parallel $NumCores CheckCompileResult "qtkeychain" \ No newline at end of file