aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJ-P Nurmi <jpnurmi@qt.io>2016-05-06 15:47:01 +0200
committerJani Heikkinen <jani.heikkinen@qt.io>2016-05-10 05:03:30 +0000
commitd01a936b6454834e8ead7acc5838ee5c66541a55 (patch)
tree79c5f9fe69907dc7fa75b44f197d1f9bb7fef9f4 /src
parent83a50c0801440324101ad8eff775380a43a564c4 (diff)
Fix QQmlExtensionInterface usagev5.6.1-1v5.6.1
The version was first removed, and then restored, so it's now missing the version number. Use the pre-defined macro instead. Task-number: QTBUG-53208 Change-Id: Ibb4a727cedcdfc210bb62f6f826306d81893b816 Reviewed-by: Simon Hausmann <simon.hausmann@theqtcompany.com>
Diffstat (limited to 'src')
-rw-r--r--src/effects/private/plugin.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/effects/private/plugin.cpp b/src/effects/private/plugin.cpp
index 9fd9ca2..bd19b1f 100644
--- a/src/effects/private/plugin.cpp
+++ b/src/effects/private/plugin.cpp
@@ -48,7 +48,7 @@ static QObject *qgfxshaderbuilder_provider(QQmlEngine *, QJSEngine *)
class QtGraphicalEffectsPlugin : public QQmlExtensionPlugin
{
Q_OBJECT
- Q_PLUGIN_METADATA(IID "org.qt-project.Qt.QQmlExtensionInterface")
+ Q_PLUGIN_METADATA(IID QQmlExtensionInterface_iid)
public:
virtual void registerTypes(const char *uri)