mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-19 04:49:47 -07:00
cmake: fix typo in the manifest file name
This commit is contained in:
parent
2045c38005
commit
f99ba03177
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue