Out-File:找不到路径的一部分

Out-File:找不到路径的一部分

我尝试跟随本教程解释了如何为 Qt 下载静态 mingw 构建器,但我遇到了这个错误。我确实按照提到的步骤操作了。有人知道如何解决这个问题吗?

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

我的批处理文件如下所示:

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'

相关内容