We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6fb555 commit c26ead9Copy full SHA for c26ead9
1 file changed
build_script.ps1
@@ -40,7 +40,7 @@ function FindQt6 {
40
Write-Error "No Qt6 installation found"
41
return
42
}
43
- $qtPath = "C:\Qt\$($versions[0])\msvc2019_64"
+ $qtPath = "C:\Qt\$($versions[0])\msvc2022_64"
44
if (Test-Path $qtPath) {
45
return $qtPath
46
0 commit comments