Fix cmake files to use new gcrypt variables.

This commit is contained in:
Felix Geyer
2011-11-12 14:30:16 +01:00
parent 9ffa5232f5
commit 9b46225937
4 changed files with 5 additions and 3 deletions

View File

@@ -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} )