Embed manifest when compiling with MSVC

Update manifest
This commit is contained in:
Chocobo1
2017-02-23 23:09:33 +08:00
parent 76e1c3b10b
commit 7da29f7654
3 changed files with 41 additions and 9 deletions

View File

@@ -11,7 +11,7 @@ strace_win {
LIBS += dbghelp.lib
}
QMAKE_LFLAGS += "/OPT:REF /OPT:ICF"
QMAKE_LFLAGS += "/OPT:REF /OPT:ICF /MANIFEST:EMBED /MANIFESTINPUT:$$quote($${PWD}/src/qbittorrent.exe.manifest)"
RC_FILE = qbittorrent.rc