From c28e4587e52321611b563adda4ef8f3564d4df41 Mon Sep 17 00:00:00 2001 From: Przemek <4788832+przemek83@users.noreply.github.com> Date: Sun, 12 Jan 2025 17:47:40 +0100 Subject: [PATCH] Update README.md Remove not needed reference to Qwt. --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index cc68e92..2ee311a 100644 --- a/README.md +++ b/README.md @@ -85,7 +85,6 @@ Check my other project `Volbx` for real world CMake integration. | CMake | 3.30.2 | 3.30.2 |3.28.3 | | Git | 2.46.0 | 2.46.0 | 2.43.0 | | Qt | 6.5.2 | 6.5.2 | 6.5.2 | -| Qwt | 6.3.1 | 6.3.1 | 6.3.1 | ## Usage The easiest way is to check examples subproject, where you can find how to create and interact with each widget included in this library. Alternatively, tests subproject can be checked. Usage also can be found in my other project called `Volbx` where widgets from this library are used.