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:
authorLouis-Bertrand Varin <louisv@unito.io>2017-01-14 03:45:33 +0300
committerLouis-Bertrand Varin <louisv@unito.io>2017-01-14 03:45:33 +0300
commit1e0191a37c71c46294b0c1f3b30fbc177b645ca6 (patch)
tree3d8af879578596d0ca3b23bd0728b17a2e9d74f4 /utils
parent421e6303ae9566bbff58188a7fbe74da4daccda9 (diff)
Remove unused dependencies.
Diffstat (limited to 'utils')
-rw-r--r--utils/CMakeLists.txt3
1 files changed, 0 insertions, 3 deletions
diff --git a/utils/CMakeLists.txt b/utils/CMakeLists.txt
index 31bb6db4f..e3928051e 100644
--- a/utils/CMakeLists.txt
+++ b/utils/CMakeLists.txt
@@ -28,10 +28,7 @@ target_link_libraries(kdbx-extract
add_executable(kdbx-merge kdbx-merge.cpp)
target_link_libraries(kdbx-merge
keepassx_core
- ${MHD_LIBRARIES}
Qt5::Core
- Qt5::Concurrent
- Qt5::Widgets
${GCRYPT_LIBRARIES}
${ZLIB_LIBRARIES})