Skip to content

Commit 63d48ea

Browse files
committed
Update Qt version to 6.10.1
1 parent 576a13c commit 63d48ea

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/workflows/dev-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
# - macos-15
4444

4545
env:
46-
QT_VERSION: 6.9.2
46+
QT_VERSION: 6.10.1
4747
VCPKG_REF: 74e6536215718009aae747d86d84b78376bf9e09
4848
INNOSETUP_REF: is-6_5_4
4949
VERSION_IDENTIFIER: ${{ github.sha }}${{ github.event.inputs.identifier && '.' || '' }}${{ github.event.inputs.identifier }}

scripts/ci/Build.ps1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ cmake -S . -B $(Resolve-Path $BuildDir) -G Ninja `
8585
"-DCMAKE_CXX_COMPILER_LAUNCHER=$($CCache ? 'ccache' : '')" `
8686
-DCMAKE_MSVC_DEBUG_INFORMATION_FORMAT=Embedded `
8787
-DCK_ENABLE_CONSOLE:BOOL=FALSE `
88+
-DQT_NO_PRIVATE_MODULE_WARNING:BOOL=ON `
8889
-DAPPLICATION_INSTALL:BOOL=ON `
8990
-DAPPLICATION_CONFIGURE_INSTALLER:BOOL=ON `
9091
-DINNOSETUP_USE_UNOFFICIAL_LANGUAGE:BOOL=ON `

0 commit comments

Comments
 (0)