diff options
Diffstat (limited to 'Bootstrap.hxx')
-rw-r--r-- | Bootstrap.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Bootstrap.hxx b/Bootstrap.hxx index 2d9553b..0c28504 100644 --- a/Bootstrap.hxx +++ b/Bootstrap.hxx @@ -7,7 +7,7 @@ class Qootstrap : public QQmlEngineExtensionPlugin { Q_OBJECT - Q_PLUGIN_METADATA(IID "org.darapsa.Qootstrap") + Q_PLUGIN_METADATA(IID "org.darapsa.Qootstrap" FILE "Qootstrap.json") }; class Bootstrap : public QObject |