Link PowrProf library to qBittorrent base

PR #20387.
This commit is contained in:
Vladimir Golovnev
2024-02-10 11:59:14 +03:00
committed by GitHub
parent f87ea1b5d3
commit 2755190d8e
2 changed files with 1 additions and 5 deletions

View File

@@ -225,7 +225,7 @@ if (CMAKE_SYSTEM_NAME STREQUAL "Darwin")
${IOKit_LIBRARY}
)
elseif (CMAKE_SYSTEM_NAME STREQUAL "Windows")
target_link_libraries(qbt_base PRIVATE Iphlpapi)
target_link_libraries(qbt_base PRIVATE Iphlpapi PowrProf)
endif()
if (NOT GUI)