aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/configure.json
diff options
context:
space:
mode:
authorMorten Johan Sørvig <morten.sorvig@qt.io>2018-08-31 12:33:05 +0200
committerMorten Johan Sørvig <morten.sorvig@qt.io>2018-09-12 13:55:50 +0000
commit1b9f0b1ef548a248c427b23fb7e4d161d7dc83bb (patch)
tree4fdfdda4f3155071369c3e04c244cd5c043ba0b8 /src/quick/configure.json
parent49c9a5fbdbb14f87876de2e44b2783239ff2fdff (diff)
Enable Qt Quick path and shapes for the no-thread configuration
Force synchronous rendering in QQuickShapGenericRenderer. (In theory, we could support async also for no-thread by running the tasks on the Gui thread, but there would perhaps be little gain from doing this.) Change-Id: I0fb7526fdaa56d3c609c83c8d4790b4352d782fd Reviewed-by: Lorn Potter <lorn.potter@gmail.com> Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
Diffstat (limited to 'src/quick/configure.json')
-rw-r--r--src/quick/configure.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/quick/configure.json b/src/quick/configure.json
index 9d7bafcb3b..9ec3531ef4 100644
--- a/src/quick/configure.json
+++ b/src/quick/configure.json
@@ -129,7 +129,7 @@
"label": "Path support",
"purpose": "Provides Path elements.",
"section": "Qt Quick",
- "condition": "features.thread && features.quick-shadereffect",
+ "condition": "features.quick-shadereffect",
"output": [
"privateFeature"
]