summaryrefslogtreecommitdiffstats
path: root/src/plugins/generic/libinput/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/generic/libinput/main.cpp')
-rw-r--r--src/plugins/generic/libinput/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/generic/libinput/main.cpp b/src/plugins/generic/libinput/main.cpp
index 2adc0c747b..9459ca3621 100644
--- a/src/plugins/generic/libinput/main.cpp
+++ b/src/plugins/generic/libinput/main.cpp
@@ -39,7 +39,7 @@ QT_BEGIN_NAMESPACE
class QLibInputPlugin : public QGenericPlugin
{
Q_OBJECT
- Q_PLUGIN_METADATA(IID "org.qt-project.Qt.QGenericPluginFactoryInterface" FILE "libinput.json")
+ Q_PLUGIN_METADATA(IID QGenericPluginFactoryInterface_iid FILE "libinput.json")
public:
QObject *create(const QString &key, const QString &specification);