
따라해보려고 했는데이 튜토리얼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'