mirror of
https://github.com/JakubMelka/PDF4QT.git
synced 2025-01-04 20:39:52 +01:00
Issue #189: Upgrade Qt version for installation to Qt 6.7.2, remove deprecated nodes
This commit is contained in:
parent
c8e2ec0c4f
commit
17399b736d
4
.github/workflows/LinuxInstall.yml
vendored
4
.github/workflows/LinuxInstall.yml
vendored
@ -54,14 +54,14 @@ jobs:
|
||||
- name: Install Qt
|
||||
uses: jurplel/install-qt-action@v3
|
||||
with:
|
||||
version: '6.6.0'
|
||||
version: '6.7.2'
|
||||
host: 'linux'
|
||||
target: 'desktop'
|
||||
dir: '${{ github.workspace }}/qt/'
|
||||
install-deps: 'true'
|
||||
modules: 'qtspeech qtmultimedia'
|
||||
cache: 'true'
|
||||
cache-key-prefix: ${{ runner.os }}-qt-660
|
||||
cache-key-prefix: ${{ runner.os }}-qt-672
|
||||
|
||||
- name: Build project
|
||||
working-directory: pdf4qt
|
||||
|
14
.github/workflows/ci.yml
vendored
14
.github/workflows/ci.yml
vendored
@ -25,7 +25,7 @@ jobs:
|
||||
./vcpkg integrate install
|
||||
|
||||
- name: 'VCPKG: Cache vcpkg dependencies'
|
||||
uses: actions/cache@v3
|
||||
uses: actions/cache@v4
|
||||
with:
|
||||
path: |
|
||||
./vcpkg/downloads
|
||||
@ -42,14 +42,14 @@ jobs:
|
||||
- name: Install Qt
|
||||
uses: jurplel/install-qt-action@v3
|
||||
with:
|
||||
version: '6.6.0'
|
||||
version: '6.7.2'
|
||||
host: 'linux'
|
||||
target: 'desktop'
|
||||
dir: '${{ github.workspace }}/qt/'
|
||||
install-deps: 'true'
|
||||
modules: 'qtspeech qtmultimedia'
|
||||
cache: 'true'
|
||||
cache-key-prefix: ${{ runner.os }}-qt-660
|
||||
cache-key-prefix: ${{ runner.os }}-qt-672
|
||||
|
||||
- name: Build project
|
||||
working-directory: pdf4qt
|
||||
@ -89,7 +89,7 @@ jobs:
|
||||
set "VCPKG_BINARY_SOURCES=clear;files,${env:GITHUB_WORKSPACE}\vcpkg\archives,readwrite"
|
||||
|
||||
- name: 'VCPKG: Cache vcpkg dependencies'
|
||||
uses: actions/cache@v3
|
||||
uses: actions/cache@v4
|
||||
with:
|
||||
path: |
|
||||
./vcpkg/downloads
|
||||
@ -107,14 +107,14 @@ jobs:
|
||||
- name: Install Qt
|
||||
uses: jurplel/install-qt-action@v3
|
||||
with:
|
||||
version: '6.6.0'
|
||||
version: '6.7.2'
|
||||
host: 'windows'
|
||||
target: 'desktop'
|
||||
dir: '${{ github.workspace }}/qt/'
|
||||
install-deps: 'true'
|
||||
modules: 'qtspeech qtmultimedia'
|
||||
cache: 'true'
|
||||
cache-key-prefix: ${{ runner.os }}-qt-660
|
||||
cache-key-prefix: ${{ runner.os }}-qt-672
|
||||
|
||||
- name: Build project
|
||||
working-directory: pdf4qt
|
||||
@ -125,7 +125,7 @@ jobs:
|
||||
cmake --install build
|
||||
|
||||
- name: Upload Windows package
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: 'pdf4qt-${{ runner.os }}.zip'
|
||||
path: .\pdf4qt\build\install\usr\bin
|
||||
|
Loading…
Reference in New Issue
Block a user