Skip to content

Commit 7c5fb37

Browse files
committed
Update to Qt 6.10
1 parent 95b4d5a commit 7c5fb37

File tree

24 files changed

+70
-43
lines changed

24 files changed

+70
-43
lines changed

.github/actions/qt-android/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ inputs:
1010
version:
1111
description: Qt Version
1212
required: false
13-
default: 6.8.3
13+
default: 6.10.0
1414
abis:
1515
description: ABIs to Build
1616
required: false

.github/workflows/android-linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
fail-fast: false
3333
matrix:
3434
build_type: [Release]
35-
qt_version: [6.8.3]
35+
qt_version: [6.10.0]
3636

3737
defaults:
3838
run:

.github/workflows/android-macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737

3838
env:
3939
ARTIFACT: QGroundControl.apk
40-
QT_VERSION: 6.8.3
40+
QT_VERSION: 6.10.0
4141
QT_ANDROID_KEYSTORE_PATH: ${{ github.workspace }}/deploy/android/android_release.keystore
4242
QT_ANDROID_KEYSTORE_ALIAS: QGCAndroidKeyStore
4343
QT_ANDROID_KEYSTORE_STORE_PASS: ${{ secrets.ANDROID_KEYSTORE_PASSWORD }}

.github/workflows/android-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737

3838
env:
3939
ARTIFACT: QGroundControl.apk
40-
QT_VERSION: 6.8.3
40+
QT_VERSION: 6.10.0
4141
QT_ANDROID_KEYSTORE_PATH: ${{ github.workspace }}\deploy\android\android_release.keystore
4242
QT_ANDROID_KEYSTORE_ALIAS: QGCAndroidKeyStore
4343
QT_ANDROID_KEYSTORE_STORE_PASS: ${{ secrets.ANDROID_KEYSTORE_PASSWORD }}

.github/workflows/custom.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
shell: cmd
3333

3434
env:
35-
QT_VERSION: 6.8.3
35+
QT_VERSION: 6.10.0
3636
GST_VERSION: 1.22.12
3737

3838
steps:

.github/workflows/ios.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
env:
2323
ARTIFACT: QGroundControl.app
2424
PACKAGE: QGroundControl
25-
QT_VERSION: 6.8.3
25+
QT_VERSION: 6.10.0
2626

2727
steps:
2828
- name: Checkout repo

.github/workflows/linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
shell: bash
5555

5656
env:
57-
QT_VERSION: 6.8.3
57+
QT_VERSION: 6.10.0
5858

5959
steps:
6060
- name: Checkout repo

.github/workflows/lupdate.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Install Qt for Linux
2727
uses: jurplel/install-qt-action@v4
2828
with:
29-
version: 6.8.3
29+
version: 6.10.0
3030
cache: true
3131

3232
- name: Update translation files

.github/workflows/macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
shell: bash
3535

3636
env:
37-
QT_VERSION: 6.8.3
37+
QT_VERSION: 6.10.0
3838

3939
steps:
4040
- name: Checkout repo

.github/workflows/windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
shell: cmd
5555

5656
env:
57-
QT_VERSION: 6.8.3
57+
QT_VERSION: 6.10.0
5858

5959
steps:
6060
- name: Checkout repo

0 commit comments

Comments
 (0)