Files
TinyORM/tools/qtenv6.ps1.example
2022-01-01 15:21:57 +01:00

5 lines
198 B
Plaintext

Write-Host 'Setting up environment for Qt 6.2.2 usage...' -ForegroundColor Magenta
$env:Path = '<your_path_here>\Qt\6.2.2\msvc2019_64\bin;' + $env:Path
. <your_path_here>\dotfiles\bin\vcvars64.ps1