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
PIM Messagelib
Commits
270484ef
Commit
270484ef
authored
Nov 04, 2020
by
Daniel Vrátil
🤖
Committed by
Laurent Montel
Nov 05, 2020
Browse files
Decrease QCA dependency to 2.2.0
Builds fine and currently we don't have 2.3.0 on Windows
parent
e87ee657
Pipeline
#39635
canceled with stage
Changes
1
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
messageviewer/src/CMakeLists.txt
View file @
270484ef
...
...
@@ -26,7 +26,7 @@ else()
set
(
HAVE_SYS_INOTIFY_H 0
)
endif
()
find_package
(
Qca-qt5 2.
3
.0 CONFIG REQUIRED
)
find_package
(
Qca-qt5 2.
2
.0 CONFIG REQUIRED
)
set_package_properties
(
Qca-qt5 PROPERTIES DESCRIPTION
"Qt Cryptographic Architecture"
URL
"https://invent.kde.org/libraries/qca"
TYPE REQUIRED
PURPOSE
"Needed for dkim support."
)
...
...
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