murmur.pro: Don't use "mt.exe" with MinGW

This commit is contained in:
Davide Beatrici 2017-01-28 23:03:55 +01:00
parent 5257dce62b
commit e50eefc114

View File

@ -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 {