Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Network
KIO GDrive
Commits
35c1ae08
Commit
35c1ae08
authored
Aug 07, 2022
by
Nicolas Fella
Browse files
Use Qt6Keychain when building against Qt6
parent
2c19742b
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
35c1ae08
...
...
@@ -47,7 +47,7 @@ set_package_properties(KAccounts PROPERTIES
PURPOSE
"Enables integration with system-wide accounts."
)
if
(
NOT KAccounts_FOUND
)
find_package
(
Qt
5
Keychain
${
QTKEYCHAIN_MIN_VERSION
}
REQUIRED
)
find_package
(
Qt
${
QT_MAJOR_VERSION
}
Keychain
${
QTKEYCHAIN_MIN_VERSION
}
REQUIRED
)
set_package_properties
(
Qt5Keychain PROPERTIES
URL
"https://github.com/frankosterfeld/qtkeychain"
PURPOSE
"Required for secure storage of accounts secrets."
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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