From 46072cb7fd20eb04121ee5f058e9b31c1ef2b03e Mon Sep 17 00:00:00 2001 From: VRonin Date: Thu, 14 Oct 2021 11:13:23 +0100 Subject: [PATCH] Updated base Qt version in README --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 7ab48f9..46ca3dd 100644 --- a/README.md +++ b/README.md @@ -38,13 +38,13 @@ Once you installed/unpacked your library in a directory (e.g. `path/to/QtModelUt The library should be compatible with all platform supported by Qt, the CI will build, test and deploy the following configurations: + Windows MSVC 2019 64bit Qt 5.15 -+ Windows MSVC 2019 64bit Qt 6.1 ++ Windows MSVC 2019 64bit Qt 6.2 + Windows MinGW 8.1 64bit Qt 5.15 -+ Windows MinGW 8.1 64bit Qt 6.1 ++ Windows MinGW 8.1 64bit Qt 6.2 + Ubuntu g++ 64bit Qt 5.15 -+ Ubuntu g++ 64bit Qt 6.1 ++ Ubuntu g++ 64bit Qt 6.2 + Mac OS X Clang 64bit Qt 5.15 -+ Mac OS X Clang 64bit Qt 6.1 ++ Mac OS X Clang 64bit Qt 6.2 A reduced suite of tests, to ensure compatibility, is also run on: