1
0
mirror of https://github.com/TomHarte/CLK.git synced 2026-01-09 15:17:37 +00:00

Add Qt to opening.

This commit is contained in:
Thomas Harte
2025-12-09 22:38:28 -05:00
committed by GitHub
parent 47debf7742
commit dcef276f6d

View File

@@ -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.
Alternatively open the project file in Qt Creator and use it's build button.