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
KLDAP
Commits
5dc86d7b
Commit
5dc86d7b
authored
Jan 15, 2022
by
Laurent Montel
Browse files
Install *_version.h in KF5/<module>
parent
9161898c
Pipeline
#123868
passed with stage
in 46 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
5dc86d7b
...
...
@@ -104,7 +104,7 @@ install(EXPORT KF5LdapTargets DESTINATION "${CMAKECONFIG_INSTALL_DIR}" FILE KF5L
install
(
FILES
${
CMAKE_CURRENT_BINARY_DIR
}
/kldap_version.h
DESTINATION
${
KDE_INSTALL_INCLUDEDIR_KF
}
DESTINATION
${
KDE_INSTALL_INCLUDEDIR_KF
}
/KLDAP
COMPONENT Devel
)
...
...
@@ -125,7 +125,7 @@ ecm_qt_install_logging_categories(
kde_configure_git_pre_commit_hook
(
CHECKS CLANG_FORMAT
)
ki18n_install
(
po
)
if
(
KF5DocTools_FOUND
)
kdoctools_install
(
po
)
#
kdoctools_install(po)
endif
()
if
(
BUILD_QCH
)
...
...
kioslave/CMakeLists.txt
View file @
5dc86d7b
...
...
@@ -3,6 +3,6 @@
add_subdirectory
(
src
)
if
(
KF5DocTools_FOUND
)
add_subdirectory
(
doc
)
#
add_subdirectory(doc)
endif
()
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