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
KDE PIM Runtime
Commits
1f37277c
Commit
1f37277c
authored
Nov 13, 2020
by
Laurent Montel
😁
Browse files
It will replace kwallet in the future. Windows improvment support
parent
6de9a257
Pipeline
#40659
failed with stage
in 19 minutes and 22 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
1f37277c
...
...
@@ -143,6 +143,14 @@ find_package(KF5Libkdepim ${LIBKDEPIM_LIB_VERSION} CONFIG REQUIRED)
find_package
(
KF5Ldap
${
KLDAP_LIB_VERSION
}
CONFIG REQUIRED
)
find_package
(
KF5GrantleeTheme
${
GRANTLEETHEME_LIB_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
)
option
(
KDEPIM_RUN_ISOLATED_TESTS
"Run the isolated tests."
FALSE
)
#add_definitions(-DQT_DISABLE_DEPRECATED_BEFORE=0x050f00)
...
...
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