diff options
-rw-r--r-- | Bootstrap.hxx | 2 | ||||
-rw-r--r-- | qmldir | 1 | ||||
-rw-r--r-- | qootstrap.pro | 1 |
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 @@ -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 |