cmake: fix typo in the manifest file name

This commit is contained in:
Eugene Shalygin 2017-04-19 17:06:44 +02:00 committed by sledgehammer999
commit 1835ec6086
No known key found for this signature in database
GPG key ID: 6E4A2D025B7CC9A2

View file

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