From 45e3f4a6d49fd4ce1fd3ec0eb0bbbe223f0659d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tor=20Arne=20Vestb=C3=B8?= Date: Mon, 26 Jun 2023 15:40:49 +0200 Subject: [PATCH] Remove CMake and Ninja version requirements from README There are many details, as documented by the online documentation. Task-number: QTBUG-114869 Change-Id: I3b5b6679264a7cb0f5deddad3385af9bd46693f8 Reviewed-by: Alexandru Croitor (cherry picked from commit 2802d1debb9d0872c5175d926d7ca463f2975ff8) Reviewed-by: Qt Cherry-pick Bot --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b39e770a..783c5e3c 100644 --- a/README.md +++ b/README.md @@ -9,8 +9,8 @@ System requirements ------------------- * C++ compiler supporting the C++17 standard -* CMake 3.16 or newer -* Ninja 1.8 or newer +* CMake +* Ninja * Python 3 For more details, see also https://doc.qt.io/qt-6/build-sources.html