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
KCalUtils
Commits
2e3c6d66
Commit
2e3c6d66
authored
Mar 08, 2022
by
Laurent Montel
Browse files
Fix compile without depercated method
parent
9d886098
Pipeline
#146708
passed with stage
in 1 minute and 42 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
2e3c6d66
...
...
@@ -66,7 +66,7 @@ find_package(KF5CalendarCore ${KF5_MIN_VERSION} CONFIG REQUIRED)
find_package
(
KF5IdentityManagement
${
IDENTITYMANAGER_LIB_VERSION
}
CONFIG REQUIRED
)
add_definitions
(
-DTRANSLATION_DOMAIN=\"libkcalutils5\"
)
ecm_set_disabled_deprecation_versions
(
QT 5.14.0 KF 5.9
1
.0
)
ecm_set_disabled_deprecation_versions
(
QT 5.14.0 KF 5.9
2
.0
)
if
(
BUILD_TESTING
)
...
...
src/grantlee_plugin/CMakeLists.txt
View file @
2e3c6d66
...
...
@@ -22,5 +22,5 @@ target_link_libraries(kcalendar_grantlee_plugin
)
install
(
TARGETS kcalendar_grantlee_plugin
LIBRARY DESTINATION
${
LIB_INSTALL_DIR
}
/
grantlee/
${
Grantlee5_VERSION_MAJOR
}
.
${
Grantlee5
_VERSION_
MINOR
}
/
LIBRARY DESTINATION
${
LIB_INSTALL_DIR
}
/
KTextTemplate/
${
KTextTemplate_MAJOR_MINOR
_VERSION_
STRING
}
/
)
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