1
0
mirror of https://github.com/d47081/qBittorrent.git synced 2025-01-11 07:18:08 +00:00

Disable Qt embedding manifest automatically

Embedding manifest fails for me after upgrading to VS2017, this fixes it.
This commit is contained in:
Chocobo1 2017-04-23 21:31:31 +08:00
parent f259bde275
commit e1adfde66e

View File

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