Browse Source

Disable Qt embedding manifest automatically

Embedding manifest fails for me after upgrading to VS2017, this fixes it.
adaptive-webui-19844
Chocobo1 8 years ago
parent
commit
e1adfde66e
  1. 1
      winconf-msvc.pri

1
winconf-msvc.pri

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

Loading…
Cancel
Save