Skip to content

Commit c26ead9

Browse files
committed
Update build_script.ps1
1 parent b6fb555 commit c26ead9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build_script.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ function FindQt6 {
4040
Write-Error "No Qt6 installation found"
4141
return
4242
}
43-
$qtPath = "C:\Qt\$($versions[0])\msvc2019_64"
43+
$qtPath = "C:\Qt\$($versions[0])\msvc2022_64"
4444
if (Test-Path $qtPath) {
4545
return $qtPath
4646
}

0 commit comments

Comments
 (0)