mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2026-03-11 08:54:48 +00:00
fix: add MacPasteboard back to compilation
fix provided by yan12125
This commit is contained in:
parent
b42fb1cce1
commit
709ea1101c
1 changed files with 1 additions and 0 deletions
|
|
@ -200,6 +200,7 @@ set(gui_SOURCES
|
|||
if(APPLE)
|
||||
set(gui_SOURCES
|
||||
${gui_SOURCES}
|
||||
core/MacPasteboard.cpp
|
||||
gui/osutils/macutils/MacUtils.cpp
|
||||
gui/osutils/macutils/ScreenLockListenerMac.cpp
|
||||
gui/osutils/macutils/AppKitImpl.mm
|
||||
|
|
|
|||
Loading…
Reference in a new issue