mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-03 14:12:30 -06:00
Add support for quarantine on macOS
This commit is contained in:
@@ -205,9 +205,9 @@ target_link_libraries(qbt_base
|
||||
)
|
||||
|
||||
if (CMAKE_SYSTEM_NAME STREQUAL "Darwin")
|
||||
find_library(IOKit_LIBRARY IOKit)
|
||||
find_library(Carbon_LIBRARY Carbon)
|
||||
find_library(AppKit_LIBRARY AppKit)
|
||||
find_library(Carbon_LIBRARY Carbon)
|
||||
find_library(IOKit_LIBRARY IOKit)
|
||||
|
||||
target_link_libraries(qbt_base PRIVATE
|
||||
${AppKit_LIBRARY}
|
||||
|
||||
Reference in New Issue
Block a user