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:
authorJanek Bevendorff <janek@jbev.net>2017-02-07 01:27:05 +0300
committerJanek Bevendorff <janek@jbev.net>2017-02-07 01:27:05 +0300
commit26ff528a852f402858c6f09cfdb74d55df4ba4f0 (patch)
treef45a89940f84b90cc48fdebe1c8b45ba2a475491 /utils
parent75eb0c69519a3e52c65cd0537856e783defee6e1 (diff)
parentf7e9f856687a80ca9517aabf375201d22d1f3014 (diff)
Merge branch 'meta/release-preparation' into release/2.1.1
Diffstat (limited to 'utils')
-rw-r--r--utils/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/utils/CMakeLists.txt b/utils/CMakeLists.txt
index 846e39230..83f00b4bc 100644
--- a/utils/CMakeLists.txt
+++ b/utils/CMakeLists.txt
@@ -20,6 +20,7 @@ target_link_libraries(kdbx-extract
keepassx_core
Qt5::Core
${GCRYPT_LIBRARIES}
+ ${GPGERROR_LIBRARIES}
${ZLIB_LIBRARIES})
add_executable(kdbx-merge kdbx-merge.cpp)
@@ -27,6 +28,7 @@ target_link_libraries(kdbx-merge
keepassx_core
Qt5::Core
${GCRYPT_LIBRARIES}
+ ${GPGERROR_LIBRARIES}
${ZLIB_LIBRARIES})