From 918c589c657be0c0885610d2eaafcd21a3ab1ba9 Mon Sep 17 00:00:00 2001 From: Přemysl Eric Janouch
Date: Tue, 3 Dec 2024 15:25:21 +0100 Subject: 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. --- xT/config.h.in | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 xT/config.h.in (limited to 'xT/config.h.in') 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 -- cgit v1.2.3-70-g09d2