summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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