mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2024-10-01 01:26:01 -04:00
Missing zxcvbn dependency.
This commit is contained in:
parent
992d8a90c7
commit
342d49d050
@ -31,4 +31,5 @@ target_link_libraries(keepassxc-cli
|
||||
Qt5::Core
|
||||
${GCRYPT_LIBRARIES}
|
||||
${GPGERROR_LIBRARIES}
|
||||
${ZLIB_LIBRARIES})
|
||||
${ZLIB_LIBRARIES}
|
||||
zxcvbn)
|
||||
|
Loading…
Reference in New Issue
Block a user