5 lines
No EOL
121 B
PowerShell
Executable file
5 lines
No EOL
121 B
PowerShell
Executable file
$os = $args[0]
|
|
$qmake_args = $args[1]
|
|
|
|
echo "We are building for MS Windows."
|
|
echo "OS: $os; qmake args: $qmake_args" |