Skip to content

Commit 42f47c7

Browse files
committed
fixed #14623 - updated Qt to 6.11.1
1 parent 8c14fc7 commit 42f47c7

7 files changed

Lines changed: 9 additions & 8 deletions

File tree

.github/workflows/CI-windows.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
strategy:
2626
matrix:
2727
os: [windows-2022, windows-2025]
28-
qt_ver: [6.10.0]
28+
qt_ver: [6.11.1]
2929
fail-fast: false
3030

3131
runs-on: ${{ matrix.os }}
@@ -124,7 +124,7 @@ jobs:
124124
- name: Install Qt
125125
uses: jurplel/install-qt-action@v4
126126
with:
127-
version: 6.10.0
127+
version: 6.11.1
128128
modules: 'qtcharts'
129129
setup-python: 'false'
130130
cache: true

.github/workflows/clang-tidy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
runs-on: ubuntu-22.04
2525

2626
env:
27-
QT_VERSION: 6.10.0
27+
QT_VERSION: 6.11.1
2828

2929
steps:
3030
- uses: actions/checkout@v4

.github/workflows/iwyu.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
image: ${{ matrix.image }}
3737

3838
env:
39-
QT_VERSION: 6.10.0
39+
QT_VERSION: 6.11.1
4040

4141
steps:
4242
- uses: actions/checkout@v4
@@ -196,7 +196,7 @@ jobs:
196196
if: ${{ github.repository_owner == 'cppcheck-opensource' }}
197197

198198
env:
199-
QT_VERSION: 6.10.0
199+
QT_VERSION: 6.11.1
200200

201201
steps:
202202
- uses: actions/checkout@v4

.github/workflows/release-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
PYTHON_VERSION: 3.14
2929
# see https://www.pcre.org/original/changelog.txt
3030
PCRE_VERSION: 8.45
31-
QT_VERSION: 6.10.0
31+
QT_VERSION: 6.11.1
3232
BOOST_MINOR_VERSION: 89
3333

3434
steps:

.github/workflows/sanitizers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
runs-on: ubuntu-22.04
4343

4444
env:
45-
QT_VERSION: 6.10.0
45+
QT_VERSION: 6.11.1
4646
ASAN_OPTIONS: detect_stack_use_after_return=1
4747
TSAN_OPTIONS: halt_on_error=1
4848
UBSAN_OPTIONS: print_stacktrace=1:halt_on_error=1:report_error_type=1

.github/workflows/selfcheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
runs-on: ubuntu-22.04
2222

2323
env:
24-
QT_VERSION: 6.10.0
24+
QT_VERSION: 6.11.1
2525

2626
steps:
2727
- uses: actions/checkout@v4

releasenotes.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,5 @@ Other:
2828
- Moved source code from https://github.com/danmar/cppcheck to https://github.com/cppcheck-opensource/cppcheck
2929
- The official Windows binary is now built with Visual Studio 2026.
3030
- Updated simplecpp to 1.7.0.
31+
- Updated Qt to 6.11.1 (official binary only).
3132
-

0 commit comments

Comments
 (0)