From d7e3915f056c1e78a00aacfa27777e79ef14e62d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=A6=8C=EA=A6=AB=EA=A6=B6=EA=A6=8F=EA=A7=80=EA=A6=A6?= =?UTF-8?q?=EA=A6=BF=EA=A6=A7=EA=A6=AE=EA=A6=91=EA=A6=A9=EA=A6=AD=EA=A7=80?= Date: Thu, 6 Apr 2023 12:09:44 +0800 Subject: Rename to qootstrap --- bootstrap.hxx | 2 +- bootstrap.pro | 2 +- 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 #include -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 -- cgit v1.2.3