From c92740d1e707e5e9c377b32a414c3112f873eaaa Mon Sep 17 00:00:00 2001 From: "pls.153" Date: Sat, 23 Apr 2022 15:21:15 +0200 Subject: [PATCH] revisions --- readme-windows.md | 4 ++-- readme.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/readme-windows.md b/readme-windows.md index f76ac10..ee68913 100644 --- a/readme-windows.md +++ b/readme-windows.md @@ -8,8 +8,8 @@ This only describes the MSVC build. * install the Windows SDK (for C header files etc.) -* install either Qt5 or Qt6 from the online installer, see - [readme-qt](readme-qt.md) +* install either Qt5.15 (recommended) or Qt6 (will need some adaption of QML in + the examples) from the online installer, see [readme-qt](readme-qt.md) To be able to run everything from the command line, you need to set both the MSVC and the Qt environment variables like so: diff --git a/readme.md b/readme.md index 4a54156..1bf5c19 100644 --- a/readme.md +++ b/readme.md @@ -39,7 +39,7 @@ Tested The examples are only tested with **Qt5.15**. The binding also works with **Qt6**, but would need some adaption of QML in most examples. It's recommended -to use the new Qt online installer (see [doc/get-qt6](doc/get-qt6.md)), where +to use the new Qt online installer (see [readme-qt](readme-qt.md)), where you can choose to install different Qt versions side by side, sharing the same Qt Creator.