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
System
KCron
Commits
2c58c512
Commit
2c58c512
authored
Jan 29, 2021
by
Laurent Montel
😁
Browse files
GIT_SILENT: dont use deprecated cmake variable
parent
7f65dc80
Changes
2
Hide whitespace changes
Inline
Side-by-side
doc/kcontrol5/CMakeLists.txt
View file @
2c58c512
########### install files ###############
kdoctools_create_handbook
(
index.docbook INSTALL_DESTINATION
${
HTML
_INSTALL_DIR
}
/en SUBDIR kcontrol5/kcron
)
kdoctools_create_handbook
(
index.docbook INSTALL_DESTINATION
${
KDE
_INSTALL_
DOCBUNDLE
DIR
}
/en SUBDIR kcontrol5/kcron
)
src/CMakeLists.txt
View file @
2c58c512
...
...
@@ -61,6 +61,6 @@ target_link_libraries(kcm_cron
KF5::KIOWidgets
)
install
(
TARGETS kcm_cron DESTINATION
${
PLUGIN
_INSTALL_DIR
}
)
install
(
TARGETS kcm_cron DESTINATION
${
KDE
_INSTALL_
PLUGIN
DIR
}
)
install
(
FILES kcm_cron.desktop DESTINATION
${
KDE_INSTALL_KSERVICES5DIR
}
)
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