mirror of
https://github.com/mumble-voip/mumble.git
synced 2025-10-26 11:19:16 +00:00
murmur.pro: Don't use "mt.exe" with MinGW
This commit is contained in:
parent
5257dce62b
commit
e50eefc114
@ -45,7 +45,9 @@ win32 {
|
||||
SOURCES *= Tray.cpp About.cpp
|
||||
HEADERS *= Tray.h About.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)
|
||||
win32-msvc* {
|
||||
QMAKE_POST_LINK = $$QMAKE_POST_LINK$$escape_expand(\\n\\t)$$quote(mt.exe -nologo -updateresource:$(DESTDIR_TARGET);1 -manifest ../mumble/mumble.appcompat.manifest)
|
||||
}
|
||||
}
|
||||
|
||||
unix {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user