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
Graphics
KImageMap Editor
Commits
9f8a4868
Commit
9f8a4868
authored
Oct 08, 2022
by
Kai Uwe Broulik
🍇
Browse files
Use version-less KDE_INSTALL_KSERVICESDIR
parent
a06c4e48
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
9f8a4868
...
...
@@ -123,7 +123,7 @@ install(TARGETS kimagemapeditorpart DESTINATION ${KDE_INSTALL_PLUGINDIR}/kf5/par
install
(
FILES org.kde.kimagemapeditor.desktop DESTINATION
${
KDE_INSTALL_APPDIR
}
)
install
(
FILES org.kde.kimagemapeditor.appdata.xml DESTINATION
${
KDE_INSTALL_METAINFODIR
}
)
install
(
FILES
${
CMAKE_CURRENT_BINARY_DIR
}
/kimagemapeditorpart.desktop DESTINATION
${
KDE_INSTALL_KSERVICES
5
DIR
}
)
install
(
FILES
${
CMAKE_CURRENT_BINARY_DIR
}
/kimagemapeditorpart.desktop DESTINATION
${
KDE_INSTALL_KSERVICESDIR
}
)
ki18n_install
(
po
)
kdoctools_install
(
po
)
...
...
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