Out-File: no se puede encontrar parte de la ruta

Out-File: no se puede encontrar parte de la ruta

traté de seguireste tutorialeso explica cómo descargar un generador de mingw estático para Qt, pero recibí este error. Seguí los pasos que se mencionaron. ¿Alguien sabe cómo solucionar este problema?

Out-File: cannot find part of path  C:\Qt\Static591\5.12.3_Static\mkspecs\win32-g++\qmake.conf

At C:\Qt\windows-build-qt-static.ps1:178 char:6
+ "@ | Out-File -Append $File -Encoding Ascii
+        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
     + CategoryInfo: OpenError: (:) [Out-File], DirectoryNotFoundException
     + FullyQualifiedErrorID: FileOpenFailure, Microsoft.PowerShell.Commands.OutFileCommand

mi archivo por lotes se ve así:

PowerShell -NoProfile -ExecutionPolicy Bypass -Command "& 'C:\Qt\windows-build-qt-static' 
    -QtSrcUrl 'https://download.qt.io/official_releases/qt/5.12/5.12.3/single/qt-everywhere-src-5.12.3.zip' -QtStaticDir 'C:\Qt\Static591' 
    -MingwDir 'C:\Qt\Tools\mingw730_32' -QtVersion '5.12.3_Static'

información relacionada