mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-12-04 15:39:34 +01:00
Remove unused dependencies.
This commit is contained in:
@@ -18,10 +18,7 @@ include_directories(../src)
|
|||||||
add_executable(kdbx-extract kdbx-extract.cpp)
|
add_executable(kdbx-extract kdbx-extract.cpp)
|
||||||
target_link_libraries(kdbx-extract
|
target_link_libraries(kdbx-extract
|
||||||
keepassx_core
|
keepassx_core
|
||||||
${MHD_LIBRARIES}
|
|
||||||
Qt5::Core
|
Qt5::Core
|
||||||
Qt5::Concurrent
|
|
||||||
Qt5::Widgets
|
|
||||||
${GCRYPT_LIBRARIES}
|
${GCRYPT_LIBRARIES}
|
||||||
${ZLIB_LIBRARIES})
|
${ZLIB_LIBRARIES})
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user