diff options
author | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2023-04-08 21:36:37 +0800 |
---|---|---|
committer | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2023-04-08 21:36:37 +0800 |
commit | a52d852e1bdfc993ac912546d98e13e5117e342e (patch) | |
tree | fbd11cfa6e958b10e9854b629d63288bfc1f3f21 /Bootstrap.hxx | |
parent | 40f101962e089210f299a99ac5b1b02750b8502f (diff) |
Add metadata
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 |