mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-09-26 11:21:13 -04:00
Reorder link dependencies
This commit is contained in:
parent
3c1271b1c4
commit
2ec500f926
1 changed files with 2 additions and 2 deletions
|
@ -206,14 +206,14 @@ set_target_properties(keepassx_core PROPERTIES COMPILE_DEFINITIONS KEEPASSX_BUIL
|
||||||
target_link_libraries(keepassx_core
|
target_link_libraries(keepassx_core
|
||||||
${keepasshttp_LIB}
|
${keepasshttp_LIB}
|
||||||
${autotype_LIB}
|
${autotype_LIB}
|
||||||
|
${YUBIKEY_LIBRARIES}
|
||||||
zxcvbn
|
zxcvbn
|
||||||
Qt5::Core
|
Qt5::Core
|
||||||
Qt5::Concurrent
|
Qt5::Concurrent
|
||||||
Qt5::Widgets
|
Qt5::Widgets
|
||||||
${GCRYPT_LIBRARIES}
|
${GCRYPT_LIBRARIES}
|
||||||
${GPGERROR_LIBRARIES}
|
${GPGERROR_LIBRARIES}
|
||||||
${ZLIB_LIBRARIES}
|
${ZLIB_LIBRARIES})
|
||||||
${YUBIKEY_LIBRARIES})
|
|
||||||
if (UNIX AND NOT APPLE)
|
if (UNIX AND NOT APPLE)
|
||||||
target_link_libraries(keepassx_core Qt5::DBus)
|
target_link_libraries(keepassx_core Qt5::DBus)
|
||||||
endif()
|
endif()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue