qmake clang-cl 15 MSVC and manifest

Executables/dll didn't execute on Clang-cl 15 with MSVC.
This commit is contained in:
silverqx
2022-09-22 13:30:20 +02:00
parent 605e20e94c
commit a64e727d6a
4 changed files with 32 additions and 32 deletions

View File

@@ -2,20 +2,20 @@
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" xmlns:asmv3="urn:schemas-microsoft-com:asm.v3" manifestVersion="1.0">
<!-- Indicate UAC compliance, with no need for elevated privileges (Win Vista and later) -->
<!-- Describes the minimum security permissions required for the application to run on the client computer -->
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
<security>
<requestedPrivileges>
<asmv3:trustInfo>
<asmv3:security>
<asmv3:requestedPrivileges>
<!-- Identifies the security level at which the application requests to be executed -->
<!-- Requesting no additional permissions -->
<requestedExecutionLevel level="asInvoker" uiAccess="false" />
</requestedPrivileges>
</security>
</trustInfo>
<asmv3:requestedExecutionLevel level="asInvoker" uiAccess="false" />
</asmv3:requestedPrivileges>
</asmv3:security>
</asmv3:trustInfo>
<!-- Declare support for various versions of Windows -->
<compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1">
<application>
<!-- Windows 10 -->
<!-- Windows 10 and Windows 11 -->
<supportedOS Id="{8e0f7a12-bfb3-4fe8-b9a5-48fd50a15a9a}" />
</application>
</compatibility>

View File

@@ -2,20 +2,20 @@
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" xmlns:asmv3="urn:schemas-microsoft-com:asm.v3" manifestVersion="1.0">
<!-- Indicate UAC compliance, with no need for elevated privileges (Win Vista and later) -->
<!-- Describes the minimum security permissions required for the application to run on the client computer -->
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
<security>
<requestedPrivileges>
<asmv3:trustInfo>
<asmv3:security>
<asmv3:requestedPrivileges>
<!-- Identifies the security level at which the application requests to be executed -->
<!-- Requesting no additional permissions -->
<requestedExecutionLevel level="asInvoker" uiAccess="false" />
</requestedPrivileges>
</security>
</trustInfo>
<asmv3:requestedExecutionLevel level="asInvoker" uiAccess="false" />
</asmv3:requestedPrivileges>
</asmv3:security>
</asmv3:trustInfo>
<!-- Declare support for various versions of Windows -->
<compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1">
<application>
<!-- Windows 10 -->
<!-- Windows 10 and Windows 11 -->
<supportedOS Id="{8e0f7a12-bfb3-4fe8-b9a5-48fd50a15a9a}" />
</application>
</compatibility>

View File

@@ -2,20 +2,20 @@
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" xmlns:asmv3="urn:schemas-microsoft-com:asm.v3" manifestVersion="1.0">
<!-- Indicate UAC compliance, with no need for elevated privileges (Win Vista and later) -->
<!-- Describes the minimum security permissions required for the application to run on the client computer -->
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
<security>
<requestedPrivileges>
<asmv3:trustInfo>
<asmv3:security>
<asmv3:requestedPrivileges>
<!-- Identifies the security level at which the application requests to be executed -->
<!-- Requesting no additional permissions -->
<requestedExecutionLevel level="asInvoker" uiAccess="false" />
</requestedPrivileges>
</security>
</trustInfo>
<asmv3:requestedExecutionLevel level="asInvoker" uiAccess="false" />
</asmv3:requestedPrivileges>
</asmv3:security>
</asmv3:trustInfo>
<!-- Declare support for various versions of Windows -->
<compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1">
<application>
<!-- Windows 10 -->
<!-- Windows 10 and Windows 11 -->
<supportedOS Id="{8e0f7a12-bfb3-4fe8-b9a5-48fd50a15a9a}" />
</application>
</compatibility>

View File

@@ -2,20 +2,20 @@
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" xmlns:asmv3="urn:schemas-microsoft-com:asm.v3" manifestVersion="1.0">
<!-- Indicate UAC compliance, with no need for elevated privileges (Win Vista and later) -->
<!-- Describes the minimum security permissions required for the application to run on the client computer -->
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
<security>
<requestedPrivileges>
<asmv3:trustInfo>
<asmv3:security>
<asmv3:requestedPrivileges>
<!-- Identifies the security level at which the application requests to be executed -->
<!-- Requesting no additional permissions -->
<requestedExecutionLevel level="asInvoker" uiAccess="false" />
</requestedPrivileges>
</security>
</trustInfo>
<asmv3:requestedExecutionLevel level="asInvoker" uiAccess="false" />
</asmv3:requestedPrivileges>
</asmv3:security>
</asmv3:trustInfo>
<!-- Declare support for various versions of Windows -->
<compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1">
<application>
<!-- Windows 10 -->
<!-- Windows 10 and Windows 11 -->
<supportedOS Id="{8e0f7a12-bfb3-4fe8-b9a5-48fd50a15a9a}" />
</application>
</compatibility>