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 23:11:00 +0300
committerLouis-Bertrand Varin <louisv@unito.io>2017-01-14 23:11:00 +0300
commit9065588a7677996ce36b4e543fcb8bb4c194f8b1 (patch)
tree31d25c55c50e65bc133027f4be79e7695e2dd55b /utils
parentd7ed33809f1bf8f5481cd43d7bfbe9e8b5d38398 (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 e3928051e..846e39230 100644
--- a/utils/CMakeLists.txt
+++ b/utils/CMakeLists.txt
@@ -18,10 +18,7 @@ include_directories(../src)
add_executable(kdbx-extract kdbx-extract.cpp)
target_link_libraries(kdbx-extract
keepassx_core
- ${MHD_LIBRARIES}
Qt5::Core
- Qt5::Concurrent
- Qt5::Widgets
${GCRYPT_LIBRARIES}
${ZLIB_LIBRARIES})