Skip to content
GitLab
Menu
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
494331a2
Commit
494331a2
authored
Apr 22, 2022
by
Laurent Montel
😁
Browse files
Fix Bug 452480: Kmail doesn't display calendar invites
BUG:452480
FIXED-IN: 5.17.1
parent
5c1a6d1d
Pipeline
#166988
passed with stage
in 48 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/grantlee_plugin/CMakeLists.txt
View file @
494331a2
...
...
@@ -21,6 +21,12 @@ target_link_libraries(kcalendar_grantlee_plugin
KF5CalendarUtils
)
install
(
TARGETS kcalendar_grantlee_plugin
LIBRARY DESTINATION
${
LIB_INSTALL_DIR
}
/KTextTemplate/
${
KTextTemplate_MAJOR_MINOR_VERSION_STRING
}
/
)
if
(
QT_MAJOR_VERSION STREQUAL
"5"
)
install
(
TARGETS kcalendar_grantlee_plugin
LIBRARY DESTINATION
${
LIB_INSTALL_DIR
}
/grantlee/
${
Grantlee5_VERSION_MAJOR
}
.
${
Grantlee5_VERSION_MINOR
}
/
)
else
()
install
(
TARGETS kcalendar_grantlee_plugin
LIBRARY DESTINATION
${
LIB_INSTALL_DIR
}
/KTextTemplate/
${
KTextTemplate_MAJOR_MINOR_VERSION_STRING
}
/
)
endif
()
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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