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

@@ -55,6 +55,7 @@ if (WIN32)
else (MINGW)
list (APPEND QBT_APP_SOURCES ../qbittorrent.rc)
endif (MINGW)
list(APPEND QBT_APP_SOURCES ../qbittorent.exe.manifest)
endif (WIN32)
if (UNIX)