Browse Source

cmake: fix typo in the manifest file name

adaptive-webui-19844
Eugene Shalygin 8 years ago
parent
commit
f99ba03177
  1. 2
      src/app/CMakeLists.txt

2
src/app/CMakeLists.txt

@ -49,7 +49,7 @@ if (WIN32) @@ -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)

Loading…
Cancel
Save