mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2024-10-01 01:26:01 -04:00
Rename merge-databases -> kdbx-merge
This commit is contained in:
parent
a79366f105
commit
421e6303ae
@ -25,8 +25,8 @@ target_link_libraries(kdbx-extract
|
|||||||
${GCRYPT_LIBRARIES}
|
${GCRYPT_LIBRARIES}
|
||||||
${ZLIB_LIBRARIES})
|
${ZLIB_LIBRARIES})
|
||||||
|
|
||||||
add_executable(merge-databases merge-databases.cpp)
|
add_executable(kdbx-merge kdbx-merge.cpp)
|
||||||
target_link_libraries(merge-databases
|
target_link_libraries(kdbx-merge
|
||||||
keepassx_core
|
keepassx_core
|
||||||
${MHD_LIBRARIES}
|
${MHD_LIBRARIES}
|
||||||
Qt5::Core
|
Qt5::Core
|
||||||
|
Loading…
Reference in New Issue
Block a user