From 066d8eaa91beb9b602173b9ec51edaf282640e31 Mon Sep 17 00:00:00 2001 From: ttddee Date: Tue, 17 Nov 2020 02:04:24 -0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d643735c..bb054fdb 100644 --- a/README.md +++ b/README.md @@ -79,7 +79,7 @@ In the Windows section of the .pro file (win32-msvc*) there are three variables **QT_INSTALL_PATH**: Point this to your Qt installation. In my case that is *C:/Qt515/5.15.1*. -**MSVC_INSTALL_PATH**: Point this to your where the MSVC compilers binaries are. +**MSVC_INSTALL_PATH**: Point this to where the MSVC compilers binaries are. In my case that is *C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/VC/Tools/MSVC/14.27.29110/bin/Hostx64/x64*. If all went well you should be able to build the project now.