aboutsummaryrefslogtreecommitdiff
path: root/src/QCplt
diff options
context:
space:
mode:
authorrtk0c <[email protected]>2022-06-30 21:00:37 -0700
committerrtk0c <[email protected]>2022-06-30 21:00:37 -0700
commit26a894a1ebdc943cb04cb7455345566b65768d9c (patch)
treece0270885fcd99ccedc23e7d74c1aeb7c7968324 /src/QCplt
parentd77b11b20dcd9e6c5adbc541f29bf5cdde9db1d0 (diff)
Rearrange project, add .clang-format and .clang-tidy
Diffstat (limited to 'src/QCplt')
-rw-r--r--src/QCplt/Qml/NodeCanvas.cpp1
-rw-r--r--src/QCplt/Qml/NodeCanvas.hpp1
-rw-r--r--src/QCplt/Qml/README.md1
3 files changed, 3 insertions, 0 deletions
diff --git a/src/QCplt/Qml/NodeCanvas.cpp b/src/QCplt/Qml/NodeCanvas.cpp
new file mode 100644
index 0000000..4c53a5e
--- /dev/null
+++ b/src/QCplt/Qml/NodeCanvas.cpp
@@ -0,0 +1 @@
+#include "NodeCanvas.hpp"
diff --git a/src/QCplt/Qml/NodeCanvas.hpp b/src/QCplt/Qml/NodeCanvas.hpp
new file mode 100644
index 0000000..6f70f09
--- /dev/null
+++ b/src/QCplt/Qml/NodeCanvas.hpp
@@ -0,0 +1 @@
+#pragma once
diff --git a/src/QCplt/Qml/README.md b/src/QCplt/Qml/README.md
new file mode 100644
index 0000000..379e257
--- /dev/null
+++ b/src/QCplt/Qml/README.md
@@ -0,0 +1 @@
+All .hpp and .cpp files in this folder are passed to Qt's buildsystem as QML source files, using CMake `file(GLOB_RECURSE)`