mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-12-04 15:39:34 +01:00
Missing zxcvbn dependency.
This commit is contained in:
committed by
Louis-Bertrand Varin
parent
992d8a90c7
commit
342d49d050
@@ -31,4 +31,5 @@ target_link_libraries(keepassxc-cli
|
||||
Qt5::Core
|
||||
${GCRYPT_LIBRARIES}
|
||||
${GPGERROR_LIBRARIES}
|
||||
${ZLIB_LIBRARIES})
|
||||
${ZLIB_LIBRARIES}
|
||||
zxcvbn)
|
||||
|
||||
Reference in New Issue
Block a user