mirror of
https://github.com/silverqx/TinyORM.git
synced 2026-01-06 10:59:31 -06:00
4 lines
199 B
Plaintext
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
|