Browse Source

Switch to Qt 5.15.2

QGC4.4
Don Gagne 3 years ago committed by Don Gagne
parent
commit
3620065ed4
  1. 2
      .github/workflows/linux_debug.yml
  2. 2
      .github/workflows/linux_release.yml
  3. 2
      .github/workflows/macos_release.yml
  4. 4
      .github/workflows/windows_release.yml

2
.github/workflows/linux_debug.yml

@ -14,7 +14,7 @@ defaults: @@ -14,7 +14,7 @@ defaults:
env:
SOURCE_DIR: ${{ github.workspace }}
QT_VERSION: 5.12.6
QT_VERSION: 5.15.2
jobs:
build:

2
.github/workflows/linux_release.yml

@ -14,7 +14,7 @@ defaults: @@ -14,7 +14,7 @@ defaults:
env:
SOURCE_DIR: ${{ github.workspace }}
QT_VERSION: 5.12.6
QT_VERSION: 5.15.2
ARTIFACT: QGroundControl.AppImage
jobs:

2
.github/workflows/macos_release.yml

@ -14,7 +14,7 @@ defaults: @@ -14,7 +14,7 @@ defaults:
env:
SOURCE_DIR: ${{ github.workspace }}
QT_VERSION: 5.12.6
QT_VERSION: 5.15.2
ARTIFACT: QGroundControl.dmg
jobs:

4
.github/workflows/windows_release.yml

@ -14,7 +14,7 @@ defaults: @@ -14,7 +14,7 @@ defaults:
env:
SOURCE_DIR: ${{ github.workspace }}
QT_VERSION: 5.12.6
QT_VERSION: 5.15.2
ARTIFACT: QGroundControl-installer.exe
jobs:
@ -33,7 +33,7 @@ jobs: @@ -33,7 +33,7 @@ jobs:
version: ${{ env.QT_VERSION }}
host: windows
target: desktop
arch: win64_msvc2017_64
arch: win64_msvc2019_64
dir: ${{ runner.temp }}
modules: qtcharts
setup-python: false

Loading…
Cancel
Save