summaryrefslogtreecommitdiff
path: root/tests/auto/testplugin/testplugin.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/testplugin/testplugin.h')
-rw-r--r--tests/auto/testplugin/testplugin.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/testplugin/testplugin.h b/tests/auto/testplugin/testplugin.h
index 51495ffd..cd057538 100644
--- a/tests/auto/testplugin/testplugin.h
+++ b/tests/auto/testplugin/testplugin.h
@@ -43,7 +43,7 @@
class TestPlugin : public QQmlExtensionPlugin
{
Q_OBJECT
- Q_PLUGIN_METADATA(IID "org.qt-project.playground.qtquickcontrols.QQmlExtensionInterface" FILE "testplugin.json")
+ Q_PLUGIN_METADATA(IID QQmlExtensionInterface_iid FILE "testplugin.json")
public:
void registerTypes(const char *uri);
void initializeEngine(QQmlEngine *engine, const char *uri);