From 753d1cdd305a53662bd95275ca7351c72a873d13 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=B1=E5=AD=90=E6=A5=9A=5Czhuzi?= Date: Fri, 24 Mar 2023 21:40:31 +0800 Subject: [PATCH] update --- .github/workflows/windows-mingw.yml | 6 ------ example/example.pro | 2 +- 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/.github/workflows/windows-mingw.yml b/.github/workflows/windows-mingw.yml index 1070053..f44628e 100644 --- a/.github/workflows/windows-mingw.yml +++ b/.github/workflows/windows-mingw.yml @@ -36,12 +36,6 @@ jobs: - uses: actions/checkout@v2 with: fetch-depth: 1 - - name: Qt 5 environment configuration - if: ${{ startsWith( matrix.qt_ver, 5 ) }} - shell: pwsh - run: | - Write-Output "${{ env.Qt5_DIR }}/bin" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append - Write-Output "${{ env.Qt5_DIR }}/../../Tools/${{ matrix.qt_tools_mingw_install }}/bin" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append - name: Qt 6 environment configuration if: ${{ startsWith( matrix.qt_ver, 6 ) }} shell: pwsh diff --git a/example/example.pro b/example/example.pro index 1ebe984..7152ac0 100644 --- a/example/example.pro +++ b/example/example.pro @@ -1,4 +1,4 @@ -QT += quick quickcontrols2 concurrent network multimedia +QT += quick quickcontrols2 concurrent network CONFIG += c++11 DEFINES += QT_DEPRECATED_WARNINGS QT_NO_WARNING_OUTPUT