mirror of
https://github.com/silverqx/TinyORM.git
synced 2026-05-12 20:38:56 -05:00
enhanced ps1 scripts in tools/
[skip ci]
This commit is contained in:
@@ -30,6 +30,8 @@ Param(
|
||||
|
||||
Set-StrictMode -Version 3.0
|
||||
|
||||
Clear-Host
|
||||
|
||||
E:\dotfiles\bin\Lint-TinyORM.ps1 `
|
||||
-BuildPath '<your_path_here>\TinyOrm\TinyOrm-builds-cmake\build-lint-qt5' `
|
||||
-QtVersion 5 @PSBoundParameters
|
||||
|
||||
@@ -30,6 +30,8 @@ Param(
|
||||
|
||||
Set-StrictMode -Version 3.0
|
||||
|
||||
Clear-Host
|
||||
|
||||
E:\dotfiles\bin\Lint-TinyORM.ps1 `
|
||||
-BuildPath '<your_path_here>\TinyOrm\TinyOrm-builds-cmake\build-lint-qt6' `
|
||||
-QtVersion 6 @PSBoundParameters
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
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
|
||||
Write-Host 'Setting up environment for Qt 6.3.1 usage...' -ForegroundColor Magenta
|
||||
$env:Path = '<your_path_here>\Qt\6.3.1\msvc2019_64\bin;' + $env:Path
|
||||
. <your_path_here>\dotfiles\bin\vcvars64.ps1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user