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