From 1835ec6086e1ac6f7530e1e1d7150ee2e4d31838 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 af0986470..d5958e983 100644 --- a/src/app/CMakeLists.txt +++ b/src/app/CMakeLists.txt @@ -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)