summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Bootstrap.hxx2
-rw-r--r--Qootstrap.json3
2 files changed, 4 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
diff --git a/Qootstrap.json b/Qootstrap.json
new file mode 100644
index 0000000..db16f6c
--- /dev/null
+++ b/Qootstrap.json
@@ -0,0 +1,3 @@
+{
+ "Keys": ["qootstrap"]
+}