Remove unused dependencies.

This commit is contained in:
Louis-Bertrand Varin 2017-01-14 15:11:00 -05:00
parent d7ed33809f
commit 9065588a76

View File

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