mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-12-04 15:39:34 +01:00
fix: most extensions need the gui sources still
Thanks to @yan12125 for the patch.
This commit is contained in:
@@ -33,5 +33,5 @@ if(WITH_XC_BROWSER)
|
||||
)
|
||||
|
||||
add_library(keepassxcbrowser STATIC ${keepassxcbrowser_SOURCES})
|
||||
target_link_libraries(keepassxcbrowser Qt5::Core Qt5::Concurrent Qt5::Widgets Qt5::Network ${BOTAN2_LIBRARIES})
|
||||
target_link_libraries(keepassxcbrowser keepassxc_gui Qt5::Core Qt5::Concurrent Qt5::Widgets Qt5::Network ${BOTAN2_LIBRARIES})
|
||||
endif()
|
||||
|
||||
@@ -31,5 +31,5 @@ if(WITH_XC_FDOSECRETS)
|
||||
objects/Prompt.cpp
|
||||
dbus/DBusTypes.cpp
|
||||
)
|
||||
target_link_libraries(fdosecrets Qt5::Core Qt5::Widgets Qt5::DBus ${BOTAN2_LIBRARIES})
|
||||
target_link_libraries(fdosecrets keepassxc_gui Qt5::Core Qt5::Widgets Qt5::DBus ${BOTAN2_LIBRARIES})
|
||||
endif()
|
||||
|
||||
@@ -12,5 +12,5 @@ if(WITH_XC_SSHAGENT)
|
||||
)
|
||||
|
||||
add_library(sshagent STATIC ${sshagent_SOURCES})
|
||||
target_link_libraries(sshagent Qt5::Core Qt5::Widgets Qt5::Network)
|
||||
target_link_libraries(sshagent keepassxc_gui Qt5::Core Qt5::Widgets Qt5::Network)
|
||||
endif()
|
||||
|
||||
Reference in New Issue
Block a user