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-01-26 03:15:12 +0300
committerJanek Bevendorff <janek@jbev.net>2017-01-26 03:15:12 +0300
commit292ed892c105de7281654796abb1e6aa4c8779ab (patch)
tree2fbe73fe8198ceb5e58ecd92e0e2b4ab3a008026 /utils
parent1310b34e9c9d7b70c8eb00c55680b72dee8f5e13 (diff)
Fix Windows linker and runtime errors when building against static Qt
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})