Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
PIM
KLDAP
Commits
3a5f08e8
Commit
3a5f08e8
authored
Nov 13, 2020
by
Laurent Montel
😁
Browse files
We will use qt5keychain in the future
parent
2e42f0f1
Pipeline
#40654
failed with stage
in 7 minutes and 56 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
3a5f08e8
...
...
@@ -32,6 +32,12 @@ find_package(KF5DocTools ${KF5_MIN_VERSION} CONFIG)
find_package
(
KF5Wallet
${
KF5_MIN_VERSION
}
CONFIG REQUIRED
)
find_package
(
KF5KIO
${
KF5_MIN_VERSION
}
CONFIG REQUIRED
)
#it will replace kwallet support
find_package
(
Qt5Keychain CONFIG
)
set_package_properties
(
Qt5Keychain PROPERTIES
DESCRIPTION
"Provides support for secure credentials storage"
URL
"https://github.com/frankosterfeld/qtkeychain"
TYPE OPTIONAL
)
# tell what is missing without doctools
set_package_properties
(
KF5DocTools PROPERTIES DESCRIPTION
"Provides tools to generate documentation in various format from DocBook files"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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