Issue #189: Upgrade Qt version for installation to Qt 6.7.2, remove deprecated nodes

This commit is contained in:
Jakub Melka 2024-06-29 15:04:36 +02:00
parent c8e2ec0c4f
commit 17399b736d
2 changed files with 9 additions and 9 deletions

View File

@ -54,14 +54,14 @@ jobs:
- name: Install Qt - name: Install Qt
uses: jurplel/install-qt-action@v3 uses: jurplel/install-qt-action@v3
with: with:
version: '6.6.0' version: '6.7.2'
host: 'linux' host: 'linux'
target: 'desktop' target: 'desktop'
dir: '${{ github.workspace }}/qt/' dir: '${{ github.workspace }}/qt/'
install-deps: 'true' install-deps: 'true'
modules: 'qtspeech qtmultimedia' modules: 'qtspeech qtmultimedia'
cache: 'true' cache: 'true'
cache-key-prefix: ${{ runner.os }}-qt-660 cache-key-prefix: ${{ runner.os }}-qt-672
- name: Build project - name: Build project
working-directory: pdf4qt working-directory: pdf4qt

View File

@ -25,7 +25,7 @@ jobs:
./vcpkg integrate install ./vcpkg integrate install
- name: 'VCPKG: Cache vcpkg dependencies' - name: 'VCPKG: Cache vcpkg dependencies'
uses: actions/cache@v3 uses: actions/cache@v4
with: with:
path: | path: |
./vcpkg/downloads ./vcpkg/downloads
@ -42,14 +42,14 @@ jobs:
- name: Install Qt - name: Install Qt
uses: jurplel/install-qt-action@v3 uses: jurplel/install-qt-action@v3
with: with:
version: '6.6.0' version: '6.7.2'
host: 'linux' host: 'linux'
target: 'desktop' target: 'desktop'
dir: '${{ github.workspace }}/qt/' dir: '${{ github.workspace }}/qt/'
install-deps: 'true' install-deps: 'true'
modules: 'qtspeech qtmultimedia' modules: 'qtspeech qtmultimedia'
cache: 'true' cache: 'true'
cache-key-prefix: ${{ runner.os }}-qt-660 cache-key-prefix: ${{ runner.os }}-qt-672
- name: Build project - name: Build project
working-directory: pdf4qt working-directory: pdf4qt
@ -89,7 +89,7 @@ jobs:
set "VCPKG_BINARY_SOURCES=clear;files,${env:GITHUB_WORKSPACE}\vcpkg\archives,readwrite" set "VCPKG_BINARY_SOURCES=clear;files,${env:GITHUB_WORKSPACE}\vcpkg\archives,readwrite"
- name: 'VCPKG: Cache vcpkg dependencies' - name: 'VCPKG: Cache vcpkg dependencies'
uses: actions/cache@v3 uses: actions/cache@v4
with: with:
path: | path: |
./vcpkg/downloads ./vcpkg/downloads
@ -107,14 +107,14 @@ jobs:
- name: Install Qt - name: Install Qt
uses: jurplel/install-qt-action@v3 uses: jurplel/install-qt-action@v3
with: with:
version: '6.6.0' version: '6.7.2'
host: 'windows' host: 'windows'
target: 'desktop' target: 'desktop'
dir: '${{ github.workspace }}/qt/' dir: '${{ github.workspace }}/qt/'
install-deps: 'true' install-deps: 'true'
modules: 'qtspeech qtmultimedia' modules: 'qtspeech qtmultimedia'
cache: 'true' cache: 'true'
cache-key-prefix: ${{ runner.os }}-qt-660 cache-key-prefix: ${{ runner.os }}-qt-672
- name: Build project - name: Build project
working-directory: pdf4qt working-directory: pdf4qt
@ -125,7 +125,7 @@ jobs:
cmake --install build cmake --install build
- name: Upload Windows package - name: Upload Windows package
uses: actions/upload-artifact@v3 uses: actions/upload-artifact@v4
with: with:
name: 'pdf4qt-${{ runner.os }}.zip' name: 'pdf4qt-${{ runner.os }}.zip'
path: .\pdf4qt\build\install\usr\bin path: .\pdf4qt\build\install\usr\bin