Browse Source

Merge pull request #6658 from evsh/cmake

cmake: fix typo in the manifest file name
adaptive-webui-19844
Eugene Shalygin 8 years ago committed by GitHub
parent
commit
01325ee7de
  1. 2
      src/app/CMakeLists.txt

2
src/app/CMakeLists.txt

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

Loading…
Cancel
Save