11 lines
352 B
Plaintext
11 lines
352 B
Plaintext
<#@ template language="c#" hostspecific="true" #>
|
|
<#@ output extension=".runsettings" #>
|
|
<#@ parameter type="System.String" name="QtDllPath" #>
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
<RunSettings>
|
|
<RunConfiguration>
|
|
<EnvironmentVariables>
|
|
<PATH>%PATH%;<#= QtDllPath #></PATH>
|
|
</EnvironmentVariables>
|
|
</RunConfiguration>
|
|
</RunSettings> |