diff options
-rw-r--r-- | bootstrap.hxx | 2 | ||||
-rw-r--r-- | bootstrap.pro | 2 | ||||
-rw-r--r-- | qmldir | 2 |
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 @@ -1,2 +1,2 @@ module Bootstrap -plugin qqc2bootstrap +plugin qootstrap |