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 Account Wizard
Commits
802de2df
Commit
802de2df
authored
Nov 13, 2020
by
Laurent Montel
😁
Browse files
It will replace kwallet in the future. Windows improvment support
parent
a31924c2
Pipeline
#40658
failed with stage
in 9 minutes and 52 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
802de2df
...
...
@@ -89,6 +89,14 @@ find_package(Qt5UiTools ${QT_REQUIRED_VERSION} CONFIG REQUIRED)
find_package
(
KF5Kross
${
KF5_MIN_VERSION
}
CONFIG REQUIRED
)
find_package
(
KF5NewStuff
${
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
)
set
(
SharedMimeInfo_MINIMUM_VERSION
"1.3"
)
find_package
(
SharedMimeInfo
${
SharedMimeInfo_MINIMUM_VERSION
}
REQUIRED
)
...
...
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