mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-14 02:27:09 -07:00
Disable Qt embedding manifest automatically
Embedding manifest fails for me after upgrading to VS2017, this fixes it.
This commit is contained in:
parent
d079b71f63
commit
c43c473105
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue