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
KMail
Commits
8cd8edfa
Commit
8cd8edfa
authored
Apr 25, 2021
by
Laurent Montel
😁
Browse files
doctool can be optional
parent
fe71ae1d
Pipeline
#59617
canceled with stage
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
8cd8edfa
...
...
@@ -89,7 +89,11 @@ find_package(KF5Config ${KF5_MIN_VERSION} CONFIG REQUIRED)
find_package
(
KF5ConfigWidgets
${
KF5_MIN_VERSION
}
CONFIG REQUIRED
)
find_package
(
KF5Crash
${
KF5_MIN_VERSION
}
CONFIG REQUIRED
)
find_package
(
KF5DBusAddons
${
KF5_MIN_VERSION
}
CONFIG REQUIRED
)
find_package
(
KF5DocTools
${
KF5_MIN_VERSION
}
REQUIRED
)
find_package
(
KF5DocTools
${
KF5_MIN_VERSION
}
)
set_package_properties
(
KF5DocTools PROPERTIES DESCRIPTION
"Tools to generate documentation"
TYPE OPTIONAL
)
find_package
(
KF5GuiAddons
${
KF5_MIN_VERSION
}
REQUIRED
)
find_package
(
KF5I18n
${
KF5_MIN_VERSION
}
CONFIG REQUIRED
)
find_package
(
KF5ItemViews
${
KF5_MIN_VERSION
}
CONFIG REQUIRED
)
...
...
@@ -192,6 +196,8 @@ ecm_qt_install_logging_categories(
add_subdirectory
(
doc
)
kde_configure_git_pre_commit_hook
(
CHECKS CLANG_FORMAT
)
ki18n_install
(
po
)
kdoctools_install
(
po
)
if
(
KF5DocTools_FOUND
)
kdoctools_install
(
po
)
endif
()
feature_summary
(
WHAT ALL FATAL_ON_MISSING_REQUIRED_PACKAGES
)
Write
Preview
Markdown
is supported
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