aboutsummaryrefslogtreecommitdiffstats
path: root/src/app/qbs-setup-toolchains/qbs-setup-toolchains.exe.manifest
blob: c2114cc84f3e84069ac07597949e507822a86733 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
  <!-- Make sure Windows UAC does not believe qbs-setup-toolchains is an installer. -->
  <trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
    <security>
      <requestedPrivileges>
        <requestedExecutionLevel
          level="asInvoker"
          uiAccess="false"/>
      </requestedPrivileges>
    </security>
  </trustInfo>
</assembly>