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
Grantlee Editor
Commits
c8e02257
Commit
c8e02257
authored
Jan 10, 2022
by
Laurent Montel
Browse files
Qt5::WebEngine doesn't exist in qt6 and it's not necessary for qt5 build
parent
7f5ebab3
Pipeline
#121575
passed with stage
in 2 minutes and 7 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
c8e02257
...
...
@@ -50,7 +50,7 @@ set(LIBKLEO_LIB_VERSION "5.19.40")
set
(
QT_REQUIRED_VERSION
"5.15.2"
)
set
(
KIMAP_LIB_VERSION
"5.19.40"
)
set
(
PIMCOMMON_LIB_VERSION
"5.19.40"
)
find_package
(
Qt
${
QT_MAJOR_VERSION
}
${
QT_REQUIRED_VERSION
}
CONFIG REQUIRED Widgets
WebEngine
WebEngineWidgets
)
find_package
(
Qt
${
QT_MAJOR_VERSION
}
${
QT_REQUIRED_VERSION
}
CONFIG REQUIRED Widgets WebEngineWidgets
)
# Find KF5 package
find_package
(
KF5Crash
${
KF5_MIN_VERSION
}
REQUIRED
)
...
...
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