From 67bafa02fe101c1845ea2216c424cd0dd2836a4b Mon Sep 17 00:00:00 2001
From: John Preston <johnprestonmail@gmail.com>
Date: Tue, 17 Aug 2021 18:15:55 +0300
Subject: [PATCH] Remove attempt of a shadow Qt build.

---
 docs/building-win-x64.md | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/docs/building-win-x64.md b/docs/building-win-x64.md
index c2fc0ae51..5692ff761 100644
--- a/docs/building-win-x64.md
+++ b/docs/building-win-x64.md
@@ -203,10 +203,8 @@ Open **x64 Native Tools Command Prompt for VS 2019.bat**, go to ***BuildPath***
     cd qtbase
     for /r %i in (..\..\patches\qtbase_5_15_2\*) do git apply %i
     cd ..
-    mkdir build
-    cd build
 
-    ..\configure ^
+    configure ^
         -prefix "%LibrariesPath%\Qt-5.15.2" ^
         -debug-and-release ^
         -force-debug-info ^