Files
TinyORM/tools/stpm6.ps1.example
silverqx c32ec5a2e6 upgraded to Qt v6.7.2
- docs
 - tools
 - workflows
 - NOTES.txt
2024-06-19 12:12:19 +02:00

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'