Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/keepassxreboot/keepassxc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorFelix Geyer <debfx@fobos.de>2011-11-12 17:30:16 +0400
committerFelix Geyer <debfx@fobos.de>2011-11-12 17:30:16 +0400
commit9b46225937b1ec52a3c805abd46b139a87e1c550 (patch)
tree32d0b71dac57c75dbc9b82198dcc20c2ed2f34a7 /utils
parent9ffa5232f5406c8d5ba76bc8857f14d43c6aec77 (diff)
Fix cmake files to use new gcrypt variables.
Diffstat (limited to 'utils')
-rw-r--r--utils/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/CMakeLists.txt b/utils/CMakeLists.txt
index 0eafdb14d..a75ef431e 100644
--- a/utils/CMakeLists.txt
+++ b/utils/CMakeLists.txt
@@ -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} )