summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Bootstrap.hxx2
-rw-r--r--qmldir1
-rw-r--r--qootstrap.pro1
3 files changed, 3 insertions, 1 deletions
diff --git a/Bootstrap.hxx b/Bootstrap.hxx
index eecbda6..828a031 100644
--- a/Bootstrap.hxx
+++ b/Bootstrap.hxx
@@ -7,7 +7,7 @@
class Qootstrap : public QQmlEngineExtensionPlugin
{
Q_OBJECT
- Q_PLUGIN_METADATA(IID QQmlEngineExtensionInterface_iid)
+ Q_PLUGIN_METADATA(IID "org.darapsa.Qootstrap")
};
class Bootstrap : public QObject
diff --git a/qmldir b/qmldir
index 8850490..ca06b67 100644
--- a/qmldir
+++ b/qmldir
@@ -1,2 +1,3 @@
module Bootstrap
plugin qootstrap
+classname Qootstrap
diff --git a/qootstrap.pro b/qootstrap.pro
index c3236cf..ecbd49c 100644
--- a/qootstrap.pro
+++ b/qootstrap.pro
@@ -1,5 +1,6 @@
TEMPLATE = lib
CONFIG += plugin qmltypes
+wasm: CONFIG += static
QT += qml
QML_IMPORT_NAME = Bootstrap