aboutsummaryrefslogtreecommitdiffstats
path: root/src/effects/plugin.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/effects/plugin.cpp')
-rw-r--r--src/effects/plugin.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/effects/plugin.cpp b/src/effects/plugin.cpp
index 7b33636..cdd3a80 100644
--- a/src/effects/plugin.cpp
+++ b/src/effects/plugin.cpp
@@ -54,6 +54,8 @@ public:
{
Q_ASSERT(QLatin1String(uri) == QLatin1String("QtGraphicalEffects"));
+ qmlRegisterModule(uri, 1, 0);
+
// Auto-increment the import to stay in sync with ALL future QtQuick minor versions from 5.12 onward
qmlRegisterModule(uri, 1, QT_VERSION_MINOR);
}