summaryrefslogtreecommitdiffstats
path: root/src/corelib/configure.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/corelib/configure.json')
-rw-r--r--src/corelib/configure.json25
1 files changed, 25 insertions, 0 deletions
diff --git a/src/corelib/configure.json b/src/corelib/configure.json
index b0c78f5122..c1bd37fd0c 100644
--- a/src/corelib/configure.json
+++ b/src/corelib/configure.json
@@ -353,6 +353,7 @@
},
"qeventtransition": {
"label": "QEventTransition class",
+ "condition": "features.statemachine",
"output": [ "publicFeature" ]
},
"sharedmemory": {
@@ -557,6 +558,30 @@
"purpose": "Provides a framework for gestures.",
"section": "Utilities",
"output": [ "publicFeature", "feature" ]
+ },
+ "sha3-fast": {
+ "label": "Speed optimized SHA3",
+ "purpose": "Optimizes SHA3 for speed instead of size.",
+ "section": "Utilities",
+ "output": [ "privateFeature" ]
+ },
+ "timezone": {
+ "label": "QTimeZone",
+ "purpose": "Provides support for timezone handling.",
+ "section": "Utilities",
+ "output": [ "publicFeature" ]
+ },
+ "commandlineparser": {
+ "label": "QCommandlineParser",
+ "purpose": "Provides support for command line parsing.",
+ "section": "Utilities",
+ "output": [ "publicFeature" ]
+ },
+ "topleveldomain": {
+ "label": "QUrl::topLevelDomain()",
+ "description": "Provides support for extracting the top level domain from URLs.",
+ "section": "Utilities",
+ "output": [ "publicFeature" ]
}
},