diff options
-rw-r--r-- | Bootstrap.hxx | 2 | ||||
-rw-r--r-- | Qootstrap.json | 3 |
2 files changed, 1 insertions, 4 deletions
diff --git a/Bootstrap.hxx b/Bootstrap.hxx index e266f5d..8b70645 100644 --- a/Bootstrap.hxx +++ b/Bootstrap.hxx @@ -7,7 +7,7 @@ class Qootstrap : public QQmlEngineExtensionPlugin { Q_OBJECT - Q_PLUGIN_METADATA(IID "org.darapsa.Qootstrap" FILE "Qootstrap.json") + Q_PLUGIN_METADATA(IID "org.darapsa.Qootstrap") }; class Bootstrap : public QObject diff --git a/Qootstrap.json b/Qootstrap.json deleted file mode 100644 index db16f6c..0000000 --- a/Qootstrap.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "Keys": ["qootstrap"] -} |