summaryrefslogtreecommitdiffstats
path: root/configure.json
diff options
context:
space:
mode:
Diffstat (limited to 'configure.json')
-rw-r--r--configure.json7
1 files changed, 7 insertions, 0 deletions
diff --git a/configure.json b/configure.json
index a0b9765d18..6a37695d02 100644
--- a/configure.json
+++ b/configure.json
@@ -1055,10 +1055,17 @@
"condition": "libs.zlib",
"output": [ "privateFeature" ]
},
+ "future": {
+ "label": "QFuture",
+ "purpose": "Provides QFuture and related classes.",
+ "section": "Kernel",
+ "output": [ "publicFeature" ]
+ },
"concurrent": {
"label": "Qt Concurrent",
"purpose": "Provides a high-level multi-threading API.",
"section": "Kernel",
+ "condition": "features.future",
"output": [ "publicFeature", "feature" ]
},
"dbus": {