aboutsummaryrefslogtreecommitdiff
path: root/xT/config.h.in
diff options
context:
space:
mode:
authorPřemysl Eric Janouch <p@janouch.name>2024-12-03 15:25:21 +0100
committerPřemysl Eric Janouch <p@janouch.name>2024-12-15 06:57:28 +0100
commit918c589c657be0c0885610d2eaafcd21a3ab1ba9 (patch)
tree81b5d4429c9fd5f543192635443e8a12728bdf0c /xT/config.h.in
parent21095a11d60ef7c1a2d72dca60f90faf640965e6 (diff)
downloadxK-918c589c657be0c0885610d2eaafcd21a3ab1ba9.tar.gz
xK-918c589c657be0c0885610d2eaafcd21a3ab1ba9.tar.xz
xK-918c589c657be0c0885610d2eaafcd21a3ab1ba9.zip
Add a Qt Widgets frontend to xC
This is very much a work in progress, though functional. Qt Widgets are basically non-working on Android, though Qt Quick requires a radically different approach.
Diffstat (limited to 'xT/config.h.in')
-rw-r--r--xT/config.h.in7
1 files changed, 7 insertions, 0 deletions
diff --git a/xT/config.h.in b/xT/config.h.in
new file mode 100644
index 0000000..d31abdd
--- /dev/null
+++ b/xT/config.h.in
@@ -0,0 +1,7 @@
+#ifndef CONFIG_H
+#define CONFIG_H
+
+#define PROJECT_NAME "${PROJECT_NAME}"
+#define PROJECT_VERSION "${project_version}"
+
+#endif // ! CONFIG_H