From 47135ef4c01fde0b999cd7f6afef97b1e036faf9 Mon Sep 17 00:00:00 2001 From: Morten Borup Petersen Date: Thu, 27 May 2021 08:32:25 +0200 Subject: [PATCH] Bump required Qt version in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 31e62c7ca..d33a01e2d 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ For Windows, the C++ runtime library must be available (if not, a msvcp140.dll e ## Building Initially, the following dependencies must be made available: -- A recent (5.10+) version of [Qt](https://www.qt.io/download) + Qt Charts (**not** bundled with Qt by default, but can be selected during Qt installation) +- A recent (5.14+) version of [Qt](https://www.qt.io/download) + Qt Charts (**not** bundled with Qt by default, but can be selected during Qt installation) - [CMake](https://cmake.org/) Then, Ripes can be checked out and built as a standard CMake project: