mirror of
https://github.com/silverqx/TinyORM.git
synced 2025-12-20 09:59:53 -06:00
11 lines
297 B
PowerShell
11 lines
297 B
PowerShell
#!/usr/bin/env pwsh
|
|
|
|
Set-StrictMode -Version 3.0
|
|
|
|
# Initialize build environment if it's not already there
|
|
if (-not (Test-Path env:WindowsSDKLibVersion)) {
|
|
. qtenv6.ps1
|
|
}
|
|
|
|
str.ps1 -BuildPath '<your_path_here>\TinyORM\TinyORM-builds-qmake\build-TinyORM-Desktop_Qt_6_7_2_MSVC2022_64bit-Profile'
|