1
0
mirror of https://github.com/d47081/qBittorrent.git synced 2025-01-10 23:07:59 +00:00

Merge pull request #6658 from evsh/cmake

cmake: fix typo in the manifest file name
This commit is contained in:
Eugene Shalygin 2017-04-19 17:37:05 +02:00 committed by GitHub
commit 01325ee7de

View File

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