Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
PIM
Trojitá
Commits
341c0aad
Commit
341c0aad
authored
Feb 16, 2022
by
Heiko Becker
Browse files
cmake: Use imported target for qtkeychain
parent
f0534fca
Pipeline
#138692
passed with stage
in 2 minutes and 52 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
341c0aad
...
...
@@ -622,8 +622,7 @@ endif()
## QtKeyChain plugin
if
(
WITH_QTKEYCHAIN_PLUGIN
)
trojita_add_plugin
(
trojita_plugin_QtKeychainPasswordPlugin WITH_QTKEYCHAIN_PLUGIN src/Plugins/QtKeyChain/QtKeyChainPassword.cpp
)
target_link_libraries
(
trojita_plugin_QtKeychainPasswordPlugin
${
QTKEYCHAIN_LIBRARIES
}
Qt5::DBus
)
set_property
(
TARGET trojita_plugin_QtKeychainPasswordPlugin APPEND PROPERTY INCLUDE_DIRECTORIES
${
QTKEYCHAIN_INCLUDE_DIRS
}
)
target_link_libraries
(
trojita_plugin_QtKeychainPasswordPlugin qt5keychain Qt5::DBus
)
endif
()
## AbookAddressbook plugin
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment