From 197da8ca95d8552a65fb8de5274cb8f475961d7d Mon Sep 17 00:00:00 2001 From: Kleuter Date: Wed, 3 Apr 2024 11:40:58 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index d83402e..7b5179a 100644 --- a/README.md +++ b/README.md @@ -28,3 +28,7 @@ QMAKE_LFLAGS += "-stdlib=libc++" ### Windows On Windows you need [VS2019 Community Edition](https://visualstudio.microsoft.com/downloads/) and [Perl](https://strawberryperl.com/). QtNetwork module is compiled using openssl-3.0.13 which is pre-compiled but once you delete the folder, it will be compiled again. + +### Qt 6 + +We currently have a build script only for Windows (VS2019).