summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id>2023-04-06 12:09:44 +0800
committerꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id>2023-04-06 12:09:44 +0800
commitd7e3915f056c1e78a00aacfa27777e79ef14e62d (patch)
treee4cc634b93063c368f691f35c5ecaf49961be353
parent830cb691ca3fa6655ceca57ef2bd65af8d29663d (diff)
Rename to qootstrap
-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