From f99ba03177a6f11de96fa8a060f42567f3e67c4e Mon Sep 17 00:00:00 2001 From: Eugene Shalygin Date: Wed, 19 Apr 2017 17:06:44 +0200 Subject: [PATCH] cmake: fix typo in the manifest file name --- src/app/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/CMakeLists.txt b/src/app/CMakeLists.txt index a71d2963b..f7e327d17 100644 --- a/src/app/CMakeLists.txt +++ b/src/app/CMakeLists.txt @@ -49,7 +49,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)