summaryrefslogtreecommitdiff
path: root/configure.cmake
diff options
context:
space:
mode:
authorJarek Kobus <jaroslaw.kobus@qt.io>2020-11-05 11:22:03 +0100
committerJarek Kobus <jaroslaw.kobus@qt.io>2020-11-05 14:39:09 +0100
commit7aeec24a9b8c00ee56891e4037406eca8271aa4d (patch)
tree4040b62e5c354c881a4d46947fa5af3dc185d1c1 /configure.cmake
parent350591ebaa0b0575b881e1f153b2c1348fef2d5c (diff)
downloadqttools-7aeec24a9b8c00ee56891e4037406eca8271aa4d.tar.gz
Exclude assistant from build
Task-number: QTBUG-86746 Tash-number: QTBUG-88123 Change-Id: Ia086ab9a7c193e7829ef886929dc921432f67a1b Reviewed-by: Kai Koehne <kai.koehne@qt.io>
Diffstat (limited to 'configure.cmake')
-rw-r--r--configure.cmake10
1 files changed, 5 insertions, 5 deletions
diff --git a/configure.cmake b/configure.cmake
index f895eb30c..13e84b839 100644
--- a/configure.cmake
+++ b/configure.cmake
@@ -27,10 +27,6 @@ endif()
#### Features
-qt_feature("assistant" PRIVATE
- LABEL "Qt Assistant"
- PURPOSE "Qt Assistant is a tool for viewing on-line documentation in Qt help file format."
-)
qt_feature("clang" PRIVATE
LABEL "QDoc"
CONDITION TEST_libclang
@@ -47,6 +43,10 @@ qt_feature("distancefieldgenerator" PRIVATE
LABEL "Qt Distance Field Generator"
PURPOSE "The Qt Distance Field Generator tool can be used to pregenerate the font cache in order to optimize startup performance."
)
+qt_feature("help" PRIVATE
+ LABEL "Qt Help"
+ PURPOSE "Qt Help is a library for accessing help contents to be able to integrate online help into Qt applications."
+)
qt_feature("kmap2qmap" PRIVATE
LABEL "kmap2qmap"
PURPOSE "kmap2qmap is a tool to generate keymaps for use on Embedded Linux. The source files have to be in standard Linux kmap format that is e.g. understood by the kernel's loadkeys command."
@@ -94,11 +94,11 @@ qt_feature("windeployqt" PRIVATE
CONDITION WIN32
)
qt_configure_add_summary_section(NAME "Qt Tools")
-qt_configure_add_summary_entry(ARGS "assistant")
qt_configure_add_summary_entry(ARGS "clang")
qt_configure_add_summary_entry(ARGS "clangcpp")
qt_configure_add_summary_entry(ARGS "designer")
qt_configure_add_summary_entry(ARGS "distancefieldgenerator")
+qt_configure_add_summary_entry(ARGS "help")
qt_configure_add_summary_entry(ARGS "kmap2qmap")
qt_configure_add_summary_entry(ARGS "linguist")
qt_configure_add_summary_entry(ARGS "macdeployqt")