mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-12-04 15:39:34 +01:00
Fix cmake files to use new gcrypt variables.
This commit is contained in:
@@ -16,4 +16,4 @@
|
||||
include_directories(../src)
|
||||
|
||||
add_executable( kdbx-extract kdbx-extract.cpp )
|
||||
target_link_libraries( kdbx-extract keepassx_core ${QT_QTCORE_LIBRARY} ${QT_QTGUI_LIBRARY} ${LIBGCRYPT_LIBS} ${ZLIB_LIBRARIES} )
|
||||
target_link_libraries( kdbx-extract keepassx_core ${QT_QTCORE_LIBRARY} ${QT_QTGUI_LIBRARY} ${GCRYPT_LIBRARIES} ${ZLIB_LIBRARIES} )
|
||||
|
||||
Reference in New Issue
Block a user