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

"