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
KItinerary
Commits
3de17746
Commit
3de17746
authored
Jan 23, 2021
by
Laurent Montel
😁
Browse files
Use KDE_INSTALL_MIMEDIR instead of custom XDG_MIME_INSTALL_DIR
parent
8c9f4a87
Pipeline
#48397
failed with stage
in 6 minutes and 19 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/CMakeLists.txt
View file @
3de17746
...
...
@@ -252,6 +252,6 @@ install(FILES
DESTINATION
${
KDE_INSTALL_INCLUDEDIR_PIM
}
/kitinerary
)
if
(
NOT ANDROID
)
install
(
FILES application-vnd-kde-itinerary.xml DESTINATION
${
XDG_MIM
E_INSTALL_DIR
}
)
update_xdg_mimetypes
(
${
XDG_MIM
E_INSTALL_DIR
}
)
install
(
FILES application-vnd-kde-itinerary.xml DESTINATION
${
KD
E_INSTALL_
MIME
DIR
}
)
update_xdg_mimetypes
(
${
KD
E_INSTALL_
MIME
DIR
}
)
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