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
Kontact
Commits
0a388805
Commit
0a388805
authored
Jan 10, 2022
by
Laurent Montel
Browse files
Adapt build system for building against qt6
parent
2f2a06ab
Pipeline
#121308
passed with stage
in 45 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
0a388805
...
...
@@ -49,7 +49,7 @@ set(KDEPIM_LIB_SOVERSION "5")
set
(
QT_REQUIRED_VERSION
"5.15.2"
)
find_package
(
Qt
5
${
QT_REQUIRED_VERSION
}
CONFIG REQUIRED DBus Widgets WebEngine WebEngineWidgets
)
find_package
(
Qt
${
QT_MAJOR_VERSION
}
${
QT_REQUIRED_VERSION
}
CONFIG REQUIRED DBus Widgets WebEngine WebEngineWidgets
)
set
(
LIBKDEPIM_LIB_VERSION
"5.19.40"
)
set
(
LIBGRANTLEETHEME_LIB_VERSION
"5.19.40"
)
# Find KF5 package
...
...
src/CMakeLists.txt
View file @
0a388805
...
...
@@ -52,8 +52,8 @@ target_link_libraries(kontactprivate
KF5::Libkdepim
KF5::PimCommon
KF5::GrantleeTheme
Qt::WebEngine
Qt::WebEngineWidgets
Qt
${
QT_MAJOR_VERSION
}
::WebEngine
Qt
${
QT_MAJOR_VERSION
}
::WebEngineWidgets
)
set_target_properties
(
kontactprivate PROPERTIES
...
...
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