mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-03 20:47:37 +03:00
Fix Windows linker and runtime errors when building against static Qt
This commit is contained in:
parent
1310b34e9c
commit
292ed892c1
5 changed files with 23 additions and 0 deletions
|
@ -20,6 +20,7 @@ target_link_libraries(kdbx-extract
|
|||
keepassx_core
|
||||
Qt5::Core
|
||||
${GCRYPT_LIBRARIES}
|
||||
${GPGERROR_LIBRARIES}
|
||||
${ZLIB_LIBRARIES})
|
||||
|
||||
add_executable(kdbx-merge kdbx-merge.cpp)
|
||||
|
@ -27,6 +28,7 @@ target_link_libraries(kdbx-merge
|
|||
keepassx_core
|
||||
Qt5::Core
|
||||
${GCRYPT_LIBRARIES}
|
||||
${GPGERROR_LIBRARIES}
|
||||
${ZLIB_LIBRARIES})
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue