From e9a4908090bd0fc7ab2ff955d73938dfd540c83a Mon Sep 17 00:00:00 2001 From: Przemek <4788832+przemek83@users.noreply.github.com> Date: Sun, 12 Jan 2025 17:43:14 +0100 Subject: [PATCH] Update README.md --- README.md | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index fa9863b..cc68e92 100644 --- a/README.md +++ b/README.md @@ -78,13 +78,14 @@ target_link_libraries(${PROJECT_NAME} shared wble) Check my other project `Volbx` for real world CMake integration. ## Built with -| Tool | Windows | Ubuntu | -| --- | --- | --- | -| OS version | 10 22H2 | 24.04 | -| GCC | 13.1.0 | 13.2.0 | -| CMake | 3.30.2 | 3.28.3 | -| Git | 2.46.0 | 2.43.0 | -| Qt | 6.5.2 | 6.5.2 | +| | Windows | Windows | Ubuntu | +| --- | --- | --- | --- | +| OS version | 10 22H2 | 10 22H2 | 24.04 | +| compiler | GCC 13.1.0 | MSVC 19.29 | GCC 13.2.0 | +| 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.