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
KTnef
Commits
0b69fc6f
Commit
0b69fc6f
authored
Mar 08, 2022
by
Laurent Montel
Browse files
Fix compile without depercated method
parent
19954b0f
Pipeline
#146732
failed with stage
in 46 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
0b69fc6f
...
...
@@ -46,7 +46,7 @@ find_package(KF5CalendarUtils ${CALENDARUTILS_LIB_VERSION} CONFIG REQUIRED)
find_package
(
KF5Contacts
${
KF5_MIN_VERSION
}
CONFIG REQUIRED
)
find_package
(
KF5I18n
${
KF5_MIN_VERSION
}
CONFIG REQUIRED
)
ecm_set_disabled_deprecation_versions
(
QT 5.15.2 KF 5.9
1
.0
)
ecm_set_disabled_deprecation_versions
(
QT 5.15.2 KF 5.9
2
.0
)
...
...
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