aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/labsanimation/plugin.cpp
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 /src/imports/labsanimation/plugin.cpp
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 'src/imports/labsanimation/plugin.cpp')
-rw-r--r--src/imports/labsanimation/plugin.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/imports/labsanimation/plugin.cpp b/src/imports/labsanimation/plugin.cpp
index ea1c03a56f..11367ab287 100644
--- a/src/imports/labsanimation/plugin.cpp
+++ b/src/imports/labsanimation/plugin.cpp
@@ -40,9 +40,7 @@
#include <QtQml/qqmlextensionplugin.h>
#include <QtQml/qqml.h>
-#include "qquickboundaryrule_p.h"
-
-extern void qml_register_types_Qt_labs_animation();
+#include <QtLabsAnimation/private/qqmlanimationglobal_p.h>
QT_BEGIN_NAMESPACE