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)