Fix for Windows 10 detection in murmur

Murmur now uses Mumble's appcompat.manifest so it
can query and report its host operating system
correctly on Windows 10. Previously it reported
as Windows 8 on that platform.
This commit is contained in:
Joël Troch 2015-05-06 12:43:08 +02:00 committed by Stefan Hacker
parent c005fe3486
commit c3236b3055

View File

@ -39,6 +39,7 @@ win32 {
SOURCES *= Tray.cpp
HEADERS *= Tray.h
LIBS *= -luser32
QMAKE_POST_LINK = $$QMAKE_POST_LINK$$escape_expand(\\n\\t)$$quote(mt.exe -nologo -updateresource:$(DESTDIR_TARGET);1 -manifest ../mumble/mumble.appcompat.manifest)
}
unix {