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
KDE PIM Runtime
Commits
f49d60b8
Commit
f49d60b8
authored
Feb 10, 2022
by
Laurent Montel
😁
Browse files
Use qca-<version>
parent
dafce274
Pipeline
#135716
failed with stage
in 6 minutes and 48 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
f49d60b8
...
...
@@ -91,7 +91,7 @@ find_package(SharedMimeInfo ${SharedMimeInfo_MINIMUM_VERSION} REQUIRED)
find_package
(
Sasl2
)
set_package_properties
(
Sasl2 PROPERTIES TYPE REQUIRED
)
find_package
(
Qca-qt
5
2.2.0 CONFIG REQUIRED
)
find_package
(
Qca-qt
${
QT_MAJOR_VERSION
}
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 ews resource."
)
...
...
resources/ews/ewsclient/CMakeLists.txt
View file @
f49d60b8
...
...
@@ -98,7 +98,7 @@ if (TARGET Qt${QT_MAJOR_VERSION}::NetworkAuth)
auth/ewsoauth.h
)
endif
()
if
(
Qca-qt
5
_FOUND
)
if
(
Qca-qt
${
QT_MAJOR_VERSION
}
_FOUND
)
list
(
APPEND EWSCLIENT_SRCS
auth/ewspkeyauthjob.cpp
auth/ewspkeyauthjob.h
)
...
...
@@ -154,7 +154,7 @@ if (TARGET Qt${QT_MAJOR_VERSION}::NetworkAuth)
Qt
${
QT_MAJOR_VERSION
}
::WebEngineWidgets
)
endif
()
if
(
Qca-qt
5
_FOUND
)
if
(
Qca-qt
${
QT_MAJOR_VERSION
}
_FOUND
)
target_link_libraries
(
ewsclient
qca-qt
5
)
qca-qt
${
QT_MAJOR_VERSION
}
)
endif
()
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