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
Akregator
Commits
4490bed3
Commit
4490bed3
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
686b09f2
Pipeline
#121578
passed with stage
in 3 minutes and 7 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
4490bed3
...
...
@@ -57,7 +57,7 @@ set(PIMCOMMON_LIB_VERSION "5.19.40")
option
(
KDEPIM_KUSERFEEDBACK
"Enable user feedback support (experimental)"
FALSE
)
find_package
(
Qt
${
QT_MAJOR_VERSION
}
${
QT_REQUIRED_VERSION
}
CONFIG REQUIRED Widgets Test
WebEngine
WebEngineWidgets PrintSupport
)
find_package
(
Qt
${
QT_MAJOR_VERSION
}
${
QT_REQUIRED_VERSION
}
CONFIG REQUIRED Widgets Test WebEngineWidgets PrintSupport
)
find_package
(
Grantlee5
"5.2"
CONFIG REQUIRED
)
# Find KF5 package
...
...
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