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
KMail
Commits
b0cad305
Commit
b0cad305
authored
Nov 13, 2020
by
Laurent Montel
😁
Browse files
It will replace kwallet in the future. Windows improvment support
parent
693f9583
Pipeline
#40657
failed with stage
in 16 minutes and 18 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
b0cad305
...
...
@@ -137,6 +137,14 @@ find_package(KF5TemplateParser ${MESSAGELIB_LIB_VERSION} CONFIG REQUIRED)
find_package
(
KF5Tnef
${
KTNEF_LIB_VERSION
}
CONFIG REQUIRED
)
find_package
(
MailTransportDBusService 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
)
configure_file
(
config-enterprise.h.cmake
${
CMAKE_CURRENT_BINARY_DIR
}
/config-enterprise.h
)
include_directories
(
${
kmail_SOURCE_DIR
}
${
kmail_BINARY_DIR
}
)
...
...
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