summaryrefslogtreecommitdiffstats
path: root/configure.json
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.json
parent350591ebaa0b0575b881e1f153b2c1348fef2d5c (diff)
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.json')
-rw-r--r--configure.json12
1 files changed, 6 insertions, 6 deletions
diff --git a/configure.json b/configure.json
index 4b8e64e79..285cafecc 100644
--- a/configure.json
+++ b/configure.json
@@ -14,11 +14,6 @@
}
},
"features": {
- "assistant": {
- "label": "Qt Assistant",
- "purpose": "Qt Assistant is a tool for viewing on-line documentation in Qt help file format.",
- "output": [ "privateFeature" ]
- },
"clang": {
"label": "QDoc",
"condition": "tests.libclang",
@@ -52,6 +47,11 @@
"purpose": "The Qt Distance Field Generator tool can be used to pregenerate the font cache in order to optimize startup performance.",
"output": [ "privateFeature" ]
},
+ "help": {
+ "label": "Qt Help",
+ "purpose": "Qt Help is a library for accessing help contents to be able to integrate online help into Qt applications.",
+ "output": [ "privateFeature" ]
+ },
"kmap2qmap": {
"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.",
@@ -129,11 +129,11 @@ On macOS, you can use Homebrew's llvm package."
{
"section": "Qt Tools",
"entries": [
- "assistant",
"clang",
"clangcpp",
"designer",
"distancefieldgenerator",
+ "help",
"kmap2qmap",
"linguist",
"macdeployqt",