From dcef276f6d466e2685c8cc1bb00c1bb4f6d4ce65 Mon Sep 17 00:00:00 2001 From: Thomas Harte Date: Tue, 9 Dec 2025 22:38:28 -0500 Subject: [PATCH] Add Qt to opening. --- BUILD.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/BUILD.md b/BUILD.md index dd4f2335b..bf6e13899 100644 --- a/BUILD.md +++ b/BUILD.md @@ -1,9 +1,10 @@ ![Clock Signal Application Icon](READMEImages/Icon.png) # Building Clock Signal -Clock Signal is available as [a macOS native application using -Metal](#macos-app) or as [a cross-platform command-line-driven SDL executable -using OpenGL](#sdl-app). +Clock Signal is available as: +* [a macOS native application using Metal](#macos-app); +* [a cross-platform command-line-driven SDL executable using OpenGL](#sdl-app); and +* [an X11-focussed Qt application](#Qt-app). ## macOS app @@ -157,4 +158,4 @@ From `OSBindings/Qt` run: qmake -o Makefile clksignal.pro make -Alternatively open the project file in Qt Creator and use it's build button. \ No newline at end of file +Alternatively open the project file in Qt Creator and use it's build button.