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
Akonadi Calendar Tools
Commits
0756f97f
Commit
0756f97f
authored
Jan 10, 2022
by
Laurent Montel
Browse files
Adapt build system for building against qt6
parent
e5f55ca2
Pipeline
#121293
passed with stage
in 42 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
0756f97f
...
...
@@ -49,7 +49,7 @@ set(KDEPIM_LIB_VERSION "${PIM_VERSION}")
set
(
KDEPIM_LIB_SOVERSION
"5"
)
set
(
QT_REQUIRED_VERSION
"5.15.2"
)
find_package
(
Qt
5
${
QT_REQUIRED_VERSION
}
CONFIG REQUIRED Widgets
)
find_package
(
Qt
${
QT_MAJOR_VERSION
}
${
QT_REQUIRED_VERSION
}
CONFIG REQUIRED Widgets
)
# Find KF5 package
...
...
konsolekalendar/CMakeLists.txt
View file @
0756f97f
...
...
@@ -34,7 +34,7 @@ ecm_qt_declare_logging_category(konsolekalendar
)
target_link_libraries
(
konsolekalendar
Qt::DBus
Qt
${
QT_MAJOR_VERSION
}
::DBus
KF5::CalendarUtils
KF5::CalendarCore
KF5::CalendarSupport
...
...
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