summaryrefslogtreecommitdiffstats
path: root/examples/tools/echoplugin/plugin/echoplugin.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/tools/echoplugin/plugin/echoplugin.h')
-rw-r--r--examples/tools/echoplugin/plugin/echoplugin.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/tools/echoplugin/plugin/echoplugin.h b/examples/tools/echoplugin/plugin/echoplugin.h
index d5e24b3b76..47373fc8cb 100644
--- a/examples/tools/echoplugin/plugin/echoplugin.h
+++ b/examples/tools/echoplugin/plugin/echoplugin.h
@@ -42,6 +42,7 @@
#define ECHOPLUGIN_H
#include <QObject>
+#include <QtPlugin>
#include "echoplugin.h"
#include "echointerface.h"
@@ -49,6 +50,7 @@
class EchoPlugin : public QObject, EchoInterface
{
Q_OBJECT
+ Q_PLUGIN_METADATA(IID "org.qt-project.Qt.Examples.EchoInterface" FILE "echoplugin.json")
Q_INTERFACES(EchoInterface)
public: