diff options
author | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2023-04-06 12:09:44 +0800 |
---|---|---|
committer | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2023-04-06 12:09:44 +0800 |
commit | d7e3915f056c1e78a00aacfa27777e79ef14e62d (patch) | |
tree | e4cc634b93063c368f691f35c5ecaf49961be353 | |
parent | 830cb691ca3fa6655ceca57ef2bd65af8d29663d (diff) |
Rename to qootstrap
-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 |