Skip to content

Commit

Permalink
Autobuild: Windows: Build with Qt 6.5.0 on 64bit
Browse files Browse the repository at this point in the history
32bit builds remain on 5.15.2, as Qt6 is not available there.
  • Loading branch information
hoffie authored and ann0see committed Apr 26, 2023
1 parent 9a9e714 commit 7175c95
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/autobuild/windows.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,10 @@ $DownloadCacheDir = 'C:\AutobuildCache'
# The following version pinnings are semi-automatically checked for
# updates. Verify .github/workflows/bump-dependencies.yaml when changing those manually:
$Qt32Version = "5.15.2"
$Qt64Version = "5.15.2"
$Qt64Version = "6.5.0"
$AqtinstallVersion = "3.1.5"
$JackVersion = "1.9.22"

$Msvc32Version = "win32_msvc2019"
$Msvc64Version = "win64_msvc2019_64"
$JomVersion = "1.1.2"
Expand Down

0 comments on commit 7175c95

Please sign in to comment.