From 8de1177df9568ccd80541a8015d2cd47cf2d0af4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Morten=20Johan=20S=C3=B8rvig?= Date: Tue, 11 Sep 2018 01:26:05 +0200 Subject: Add qml-worker-script feature Depends on features.thread. Change-Id: I65db68ac90c15af0ac0571ee021122f7ca2ca051 Reviewed-by: Simon Hausmann Reviewed-by: Lorn Potter Reviewed-by: Ulf Hermann --- src/qml/types/types.pri | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/qml/types/types.pri') diff --git a/src/qml/types/types.pri b/src/qml/types/types.pri index e0ff57a13e..e74c89b1f1 100644 --- a/src/qml/types/types.pri +++ b/src/qml/types/types.pri @@ -19,7 +19,7 @@ HEADERS += \ $$PWD/qqmlinstantiator_p_p.h \ $$PWD/qqmltableinstancemodel_p.h -qtConfig(thread) { +qtConfig(qml-worker-script) { SOURCES += \ $$PWD/qquickworkerscript.cpp HEADERS += \ -- cgit v1.2.3