mirror of
https://github.com/silverqx/TinyORM.git
synced 2026-01-06 02:49:31 -06:00
5 lines
198 B
Plaintext
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
|
|
|