summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bootstrap.hxx2
-rw-r--r--bootstrap.pro2
-rw-r--r--qmldir2
3 files changed, 3 insertions, 3 deletions
diff --git a/bootstrap.hxx b/bootstrap.hxx
index e27499f..eecbda6 100644
--- a/bootstrap.hxx
+++ b/bootstrap.hxx
@@ -4,7 +4,7 @@
#include <QtQml>
#include <QColor>
-class BootstrapPlugin : public QQmlEngineExtensionPlugin
+class Qootstrap : public QQmlEngineExtensionPlugin
{
Q_OBJECT
Q_PLUGIN_METADATA(IID QQmlEngineExtensionInterface_iid)
diff --git a/bootstrap.pro b/bootstrap.pro
index d172396..5a38056 100644
--- a/bootstrap.pro
+++ b/bootstrap.pro
@@ -19,7 +19,7 @@ HEADERS += $${TARGET}.hxx
SOURCES += \
$${TARGET}.cxx \
tomlc99/toml.c
-TARGET = qqc2$$TARGET
+TARGET = qootstrap
target.path = $$[QT_INSTALL_QML]/$$QML_IMPORT_NAME
INSTALLS += import style target
diff --git a/qmldir b/qmldir
index 7b7e0bb..8850490 100644
--- a/qmldir
+++ b/qmldir
@@ -1,2 +1,2 @@
module Bootstrap
-plugin qqc2bootstrap
+plugin qootstrap