Skip to content

Commit

Permalink
Add info on compiled-in features
Browse files Browse the repository at this point in the history
  • Loading branch information
kovzol committed Jan 22, 2024
1 parent 365ff90 commit bbbae3a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/ui/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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

")"
"<br>"
"Fast interactive real-time fractal zoomer/morpher<br><br>"
Expand Down

0 comments on commit bbbae3a

Please sign in to comment.