From bbbae3a05ddc9ab262548fd67d7391efd26557d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zolt=C3=A1n=20Kov=C3=A1cs?= Date: Mon, 22 Jan 2024 10:25:32 +0100 Subject: [PATCH] Add info on compiled-in features --- src/ui/main.cpp | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/ui/main.cpp b/src/ui/main.cpp index 7cc0128d..53aa4f88 100644 --- a/src/ui/main.cpp +++ b/src/ui/main.cpp @@ -322,6 +322,14 @@ static void ui_about(struct uih_context *uih) // QSysInfo::kernelVersion() + " " // QSysInfo::buildAbi() + " " + QSysInfo::buildCpuArchitecture() + ", Qt " + QT_VERSION_STR + +#ifdef USE_FLOAT128 + + ", deep zoom" +#endif + +#ifdef USE_OPENGL + + ", OpenGL" +#endif + ")" "
" "Fast interactive real-time fractal zoomer/morpher

"