mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-07-19 21:18:51 -04:00
Fix build on macOS
This commit is contained in:
parent
3af68b1d3f
commit
8d1898bd0b
1 changed files with 1 additions and 1 deletions
|
@ -371,7 +371,7 @@ if(WITH_XC_KEESHARE)
|
|||
endif()
|
||||
|
||||
if(APPLE)
|
||||
target_link_libraries(keepassxc_core "-framework Foundation -framework AppKit -framework Carbon -framework Security -framework LocalAuthentication -framework ScreenCaptureKit")
|
||||
target_link_libraries(keepassx_core "-framework Foundation -framework AppKit -framework Carbon -framework Security -framework LocalAuthentication -framework ScreenCaptureKit")
|
||||
if(Qt5MacExtras_FOUND)
|
||||
target_link_libraries(keepassx_core Qt5::MacExtras)
|
||||
endif()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue