From ef8ba7b0f83ab3601a629c8b4755098a65463b2a Mon Sep 17 00:00:00 2001 From: Leo Wehrfritz <66492595+LeoKlaus@users.noreply.github.com> Date: Wed, 18 May 2022 12:30:36 +0200 Subject: [PATCH] Update README.md Fixed a Type --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fba0173..6c54379 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ Being open in the background, HeadsetControl-GUI consists of a single process th ## Building from source -To build HeadsetControl-GUI from source, you have to have a proper QT-ready develeopment environment. +To build HeadsetControl-GUI from source, you have to have a proper QT-ready development environment. I developed, built and tested the program with Qt 6.0.3, though there's no apparent reason why it wouldn't work with older or newer versions of Qt. Clone the source code, import the project into Qt creator or your favourite IDE and build it.