aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/configure.json
diff options
context:
space:
mode:
authorMorten Johan Sørvig <morten.sorvig@qt.io>2018-09-11 01:26:05 +0200
committerMorten Johan Sørvig <morten.sorvig@qt.io>2018-09-12 13:56:04 +0000
commit8de1177df9568ccd80541a8015d2cd47cf2d0af4 (patch)
treef8b03cde554a0c5c31b93bdb6c08f74dcec6e122 /src/qml/configure.json
parent6bf50496ea1fd6d3afd613bb1ce7bb66eead41b6 (diff)
Add qml-worker-script feature
Depends on features.thread. Change-Id: I65db68ac90c15af0ac0571ee021122f7ca2ca051 Reviewed-by: Simon Hausmann <simon.hausmann@qt.io> Reviewed-by: Lorn Potter <lorn.potter@gmail.com> Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
Diffstat (limited to 'src/qml/configure.json')
-rw-r--r--src/qml/configure.json7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/qml/configure.json b/src/qml/configure.json
index 1e3ac65f2a..9d30dd7be2 100644
--- a/src/qml/configure.json
+++ b/src/qml/configure.json
@@ -96,6 +96,13 @@
"purpose": "Provides the DelegateModel QML type.",
"section": "QML",
"output": [ "privateFeature" ]
+ },
+ "qml-worker-script": {
+ "label": "QML WorkerScript",
+ "purpose": "Enables the use of threads in QML.",
+ "section": "QML",
+ "condition": "features.thread",
+ "output": [ "privateFeature" ]
}
},