From cd20a0679a4b8bee0e557bb45a2ed7913bf1a065 Mon Sep 17 00:00:00 2001 From: Jonas Kvinge Date: Tue, 2 Apr 2024 17:37:58 +0200 Subject: [PATCH] CI: Replace qwindowsvistastyle with qmodernwindowsstyle --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 157bc151..ae84fd00 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1033,7 +1033,7 @@ jobs: - name: Copy Qt styles working-directory: build - run: cp /strawberry-mxe/usr/${{matrix.arch}}-w64-mingw32.shared/qt6/plugins/styles/qwindowsvistastyle.dll ${GITHUB_WORKSPACE}/build/styles/ + run: cp /strawberry-mxe/usr/${{matrix.arch}}-w64-mingw32.shared/qt6/plugins/styles/qmodernwindowsstyle.dll ${GITHUB_WORKSPACE}/build/styles/ - name: Copy Qt TLS plugins working-directory: build @@ -1321,7 +1321,7 @@ jobs: - name: Copy Qt styles shell: cmd working-directory: build - run: copy ${{env.prefix_path_backslash}}\plugins\styles\qwindowsvistastyle*.dll .\styles\ + run: copy ${{env.prefix_path_backslash}}\plugins\styles\qmodernwindowsstyle*.dll .\styles\ - name: Copy Qt TLS plugins shell: cmd