mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-08-02 11:36:18 -04:00
Missing zxcvbn dependency.
This commit is contained in:
parent
992d8a90c7
commit
342d49d050
1 changed files with 2 additions and 1 deletions
|
@ -31,4 +31,5 @@ target_link_libraries(keepassxc-cli
|
||||||
Qt5::Core
|
Qt5::Core
|
||||||
${GCRYPT_LIBRARIES}
|
${GCRYPT_LIBRARIES}
|
||||||
${GPGERROR_LIBRARIES}
|
${GPGERROR_LIBRARIES}
|
||||||
${ZLIB_LIBRARIES})
|
${ZLIB_LIBRARIES}
|
||||||
|
zxcvbn)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue