summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id>2023-04-06 12:19:31 +0800
committerꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id>2023-04-06 12:19:31 +0800
commitc7a019ddcd164ecfbf82be6129967c96be2667d5 (patch)
treeced71cb757b69f2806ebed36cd329c8557c4f404
parentd7e3915f056c1e78a00aacfa27777e79ef14e62d (diff)
Rename the files
-rw-r--r--Bootstrap.cxx (renamed from bootstrap.cxx)2
-rw-r--r--Bootstrap.hxx (renamed from bootstrap.hxx)0
-rw-r--r--qootstrap.pro (renamed from bootstrap.pro)5
3 files changed, 3 insertions, 4 deletions
diff --git a/bootstrap.cxx b/Bootstrap.cxx
index 921a190..4873f01 100644
--- a/bootstrap.cxx
+++ b/Bootstrap.cxx
@@ -1,5 +1,5 @@
#include "tomlc99/toml.h"
-#include "bootstrap.hxx"
+#include "Bootstrap.hxx"
Bootstrap::Bootstrap(QObject *parent):
QObject(parent),
diff --git a/bootstrap.hxx b/Bootstrap.hxx
index eecbda6..eecbda6 100644
--- a/bootstrap.hxx
+++ b/Bootstrap.hxx
diff --git a/bootstrap.pro b/qootstrap.pro
index 5a38056..4f50f3d 100644
--- a/bootstrap.pro
+++ b/qootstrap.pro
@@ -15,11 +15,10 @@ style.files = \
ApplicationWindow.qml
style.path = $$[QT_INSTALL_QML]/QtQuick/Controls.2/$$QML_IMPORT_NAME
-HEADERS += $${TARGET}.hxx
+HEADERS += $${QML_IMPORT_NAME}.hxx
SOURCES += \
- $${TARGET}.cxx \
+ $${QML_IMPORT_NAME}.cxx \
tomlc99/toml.c
-TARGET = qootstrap
target.path = $$[QT_INSTALL_QML]/$$QML_IMPORT_NAME
INSTALLS += import style target