mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-06 05:57:37 +03:00
Rename merge-databases -> kdbx-merge
This commit is contained in:
parent
a79366f105
commit
421e6303ae
2 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue