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
PIM
KDE PIM Runtime
Commits
a35f82c2
Commit
a35f82c2
authored
Oct 12, 2022
by
Laurent Montel
Browse files
We need to port fakeserver from xmlpattern in qt6
parent
d4d1f77d
Pipeline
#246385
passed with stage
in 11 minutes
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
resources/ews/CMakeLists.txt
View file @
a35f82c2
...
...
@@ -202,7 +202,11 @@ endif ()
configure_file
(
${
CMAKE_CURRENT_SOURCE_DIR
}
/ewsresource.desktop.cmake
${
CMAKE_CURRENT_BINARY_DIR
}
/ewsresource.desktop
)
if
(
BUILD_TESTING
)
add_subdirectory
(
test
)
if
(
QT_MAJOR_VERSION STREQUAL
"5"
)
add_subdirectory
(
test
)
else
()
MESSAGE
(
STATUS
"ews test was disable in qt6 XmlPattern was removed in qt6"
)
endif
()
endif
()
...
...
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