From a52d852e1bdfc993ac912546d98e13e5117e342e Mon Sep 17 00:00:00 2001 From: ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ Date: Sat, 8 Apr 2023 21:36:37 +0800 Subject: Add metadata --- Bootstrap.hxx | 2 +- Qootstrap.json | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 Qootstrap.json 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"] +} -- cgit v1.3