summaryrefslogtreecommitdiff
path: root/src/controls/plugin.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/controls/plugin.h')
-rw-r--r--src/controls/plugin.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/controls/plugin.h b/src/controls/plugin.h
index 089d752f..04fd0685 100644
--- a/src/controls/plugin.h
+++ b/src/controls/plugin.h
@@ -53,7 +53,7 @@ QT_BEGIN_NAMESPACE
class QtQuickControls1Plugin: public QQmlExtensionPlugin
{
Q_OBJECT
- Q_PLUGIN_METADATA(IID "org.qt-project.Qt.QQmlExtensionInterface/1.0")
+ Q_PLUGIN_METADATA(IID QQmlExtensionInterface_iid)
public:
QtQuickControls1Plugin(QObject *parent = 0);
void registerTypes(const char *uri);