From 70f35501da4d1bbb36703dcc7b121c454f8d57a9 Mon Sep 17 00:00:00 2001 From: Ulf Hermann Date: Tue, 19 Dec 2017 16:37:24 +0100 Subject: Add a feature for qml-animation It should be possible to switch it off without globally switching animations off in Qt. Change-Id: I3cae6b72b2c6b5c420f21625208de5e273839438 Reviewed-by: Oswald Buddenhagen Reviewed-by: Lars Knoll --- 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 574e7c214d..25b231f954 100644 --- a/src/qml/types/types.pri +++ b/src/qml/types/types.pri @@ -33,7 +33,7 @@ qtConfig(qml-list-model) { $$PWD/qqmllistmodelworkeragent_p.h } -qtConfig(animation) { +qtConfig(qml-animation) { SOURCES += \ $$PWD/qqmltimer.cpp -- cgit v1.2.3