Remove unused dependencies.

This commit is contained in:
Louis-Bertrand Varin 2017-01-13 19:45:33 -05:00
parent 421e6303ae
commit 1e0191a37c

View File

@ -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})