From 9065588a7677996ce36b4e543fcb8bb4c194f8b1 Mon Sep 17 00:00:00 2001 From: Louis-Bertrand Varin Date: Sat, 14 Jan 2017 15:11:00 -0500 Subject: [PATCH] Remove unused dependencies. --- utils/CMakeLists.txt | 3 --- 1 file changed, 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})