aboutsummaryrefslogtreecommitdiffstats
path: root/src/src.pro
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/src.pro
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/src.pro')
-rw-r--r--src/src.pro4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/src.pro b/src/src.pro
index ba96bd09a1..2dc6fc2758 100644
--- a/src/src.pro
+++ b/src/src.pro
@@ -9,9 +9,7 @@ SUBDIRS += \
qtHaveModule(gui):qtConfig(qml-animation) {
SUBDIRS += \
quick \
-
- qtConfig(thread): \
- SUBDIRS += quickshapes
+ quickshapes
qtConfig(testlib): \
SUBDIRS += qmltest