summaryrefslogtreecommitdiffstats
path: root/tests/auto/qfeedbackplugin/testplugin/qfeedbacktestplugin.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qfeedbackplugin/testplugin/qfeedbacktestplugin.h')
-rw-r--r--tests/auto/qfeedbackplugin/testplugin/qfeedbacktestplugin.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/qfeedbackplugin/testplugin/qfeedbacktestplugin.h b/tests/auto/qfeedbackplugin/testplugin/qfeedbacktestplugin.h
index c3bd9e7..73fd89a 100644
--- a/tests/auto/qfeedbackplugin/testplugin/qfeedbacktestplugin.h
+++ b/tests/auto/qfeedbackplugin/testplugin/qfeedbacktestplugin.h
@@ -58,6 +58,7 @@ QT_USE_NAMESPACE
class QFeedbackTestPlugin : public QObject, public QFeedbackHapticsInterface, public QFeedbackFileInterface, public QFeedbackThemeInterface
{
Q_OBJECT
+ Q_PLUGIN_METADATA(IID "org.qt-project.Qt.QtFeedbackTestPlugin")
Q_INTERFACES(QFeedbackHapticsInterface)
Q_INTERFACES(QFeedbackFileInterface)
Q_INTERFACES(QFeedbackThemeInterface)