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

4 lines
199 B
Plaintext

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