From 1b9f0b1ef548a248c427b23fb7e4d161d7dc83bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Morten=20Johan=20S=C3=B8rvig?= Date: Fri, 31 Aug 2018 12:33:05 +0200 Subject: 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 Reviewed-by: Simon Hausmann --- src/src.pro | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/src.pro') 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 -- cgit v1.2.3