diff --git a/docs/building/tinyorm.mdx b/docs/building/tinyorm.mdx index 01734a58d..bb2344b4d 100644 --- a/docs/building/tinyorm.mdx +++ b/docs/building/tinyorm.mdx @@ -71,8 +71,8 @@ Here is one simple example for `pwsh`. ```powershell -Write-Host 'Setting up environment for Qt 6.2.4 usage...' -ForegroundColor Magenta -$env:Path = 'C:\Qt\6.2.4\msvc2019_64\bin;' + $env:Path +Write-Host 'Setting up environment for Qt 6.5.2 usage...' -ForegroundColor Magenta +$env:Path = 'C:\Qt\6.5.2\msvc2019_64\bin;' + $env:Path . E:\dotfiles\bin\vcvars64.ps1 ``` @@ -208,7 +208,7 @@ Prepare compilation environment, we need to put the Qt Framework and Visual Stud {`mkdir ${rootFolderPath(pwsh)} cd ${rootFolderPath(pwsh)} -$env:Path = 'E:\\Qt\\5.15.2\\msvc2019_64\\bin;' + $env:Path +$env:Path = 'C:\\Qt\\6.5.2\\msvc2019_64\\bin;' + $env:Path vcvars64.ps1`}