Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Jemlich <pcgod@users.sourceforge.net>2012-07-16 15:05:39 +0400
committerBenjamin Jemlich <pcgod@users.sourceforge.net>2012-07-16 15:05:39 +0400
commitab940f1948aa5d5b4efc723e48c3ff7827c7c947 (patch)
tree1a72899d9107710a1502b67f19ac588aa3fea3dd
parentddd3f61f92b520028080dfe13323c5b79c322666 (diff)
Mumble: Add Windows 7 compatibility keys to the manifest
-rw-r--r--src/mumble/mumble.appcompat.manifest1
-rw-r--r--src/mumble/mumble.pro1
2 files changed, 2 insertions, 0 deletions
diff --git a/src/mumble/mumble.appcompat.manifest b/src/mumble/mumble.appcompat.manifest
new file mode 100644
index 000000000..21ec72e8d
--- /dev/null
+++ b/src/mumble/mumble.appcompat.manifest
@@ -0,0 +1 @@
+<?xml version="1.0" encoding="UTF-8" standalone="yes"?><assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0"><compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1"><application><supportedOS Id="{e2011457-1546-43c5-a5fe-008deee3d3f0}"/><supportedOS Id="{35138b9a-5d96-4fbd-8e2d-a2440225f93a}"/></application></compatibility></assembly>
diff --git a/src/mumble/mumble.pro b/src/mumble/mumble.pro
index 010880390..c41fdabf7 100644
--- a/src/mumble/mumble.pro
+++ b/src/mumble/mumble.pro
@@ -115,6 +115,7 @@ win32 {
QMAKE_LFLAGS *= /MANIFESTUAC:\"level=\'asInvoker\' uiAccess=\'true\'\"
}
}
+ QMAKE_POST_LINK = $$QMAKE_POST_LINK$$escape_expand(\\n\\t)$$quote(mt.exe -nologo -updateresource:$(DESTDIR_TARGET);1 -manifest mumble.appcompat.manifest)
}
unix {