aboutsummaryrefslogtreecommitdiffstats
path: root/sync.profile
diff options
context:
space:
mode:
authorMaximilian Goldstein <max.goldstein@qt.io>2021-01-21 12:22:35 +0100
committerMaximilian Goldstein <max.goldstein@qt.io>2021-01-21 13:26:00 +0100
commite9af4fcf54046d077b6792b25e080ffdacc3f327 (patch)
tree96248e03133d93d8b416033126ab274a107b549b /sync.profile
parent2fdf354c66cb650605e0349ebf1228f3aa43dacc (diff)
Qt.labs.animation: Make plugin optional
This moves the animation types into a new library and is meant to make them availabe to the QML compiler at some point in the future. Task-number: QTBUG-90487 Change-Id: I19bd864253941931706933f7e517bb31938e9cc2 Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io>
Diffstat (limited to 'sync.profile')
-rw-r--r--sync.profile3
1 files changed, 2 insertions, 1 deletions
diff --git a/sync.profile b/sync.profile
index fed5782e1c..09ca54c454 100644
--- a/sync.profile
+++ b/sync.profile
@@ -14,7 +14,8 @@
"QtQuickLayouts" => "$basedir/src/quicklayouts",
"QtQmlLocalStorage" => "$basedir/src/qmllocalstorage",
"QtLabsSettings" => "$basedir/src/labs/settings",
- "QtLabsFolderListModel" => "$basedir/src/labs/folderlistmodel"
+ "QtLabsFolderListModel" => "$basedir/src/labs/folderlistmodel",
+ "QtLabsAnimation" => "$basedir/src/labs/animation"
);
%inject_headers = (
"$basedir/src/qml" => [ "^qqmljsgrammar_p.h", "^qqmljsparser_p.h", "^qml_compile_hash_p.h" ],