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
KMailTransport
Commits
ca8d4a42
Commit
ca8d4a42
authored
Nov 13, 2020
by
Laurent Montel
😁
Browse files
It will replace kwallet in the future. Windows improvment support
parent
d322f4d4
Pipeline
#40655
canceled with stage
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
ca8d4a42
...
...
@@ -46,6 +46,13 @@ find_package(KF5AkonadiMime ${AKONADIMIME_LIB_VERSION} CONFIG REQUIRED)
find_package
(
KPimSMTP
${
KSMTP_LIB_VERSION
}
CONFIG REQUIRED
)
find_package
(
KPimGAPI
${
KGAPI_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_AKONADI_TEST
"Enable autotest based on Akonadi."
TRUE
)
add_definitions
(
-DQT_DISABLE_DEPRECATED_BEFORE=0x050f00
)
add_definitions
(
-DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x054C00
)
...
...
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