You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The installation steps provided here fail for Qt 6 possibly due to a different directory structure. A possible fix would be to let users set up the QTBIN directory's path manually.
Using the instructions here, I can update the Qt Version but the installation always fails because it tries to find the path C:\\Qt\\6.4.2\\6.4.2\\mingw49_32\\bin\\qtenv2.bat.
Further logs attached:
F:\Qt\goterm>qtsetup test && qtsetup -test=false
time="2023-01-22T02:03:51+05:30" level=error msg="failed to load C:\\Qt\\6.4.2\\6.4.2\\mingw49_32\\bin\\qtenv2.bat" error="open C:\\Qt\\6.4.2\\6.4.2\\mingw49_32\\bin\\qtenv2.bat: The system cannot find the path specified."
time="2023-01-22T02:03:51+05:30" level=warning msg="failed to create qtenv.bat symlink in your PATH (C:\\Program Files\\Go\\bin\\qtenv.bat); please use C:\\Qt\\6.4.2\\6.4.2\\mingw49_32\\bin\\qtenv2.bat instead"
The text was updated successfully, but these errors were encountered:
The installation steps provided here fail for Qt 6 possibly due to a different directory structure. A possible fix would be to let users set up the QTBIN directory's path manually.
Windows directory structure for Qt 5.x.x:
Windows directory structure for Qt 6.x.x:
Using the instructions here, I can update the Qt Version but the installation always fails because it tries to find the path
C:\\Qt\\6.4.2\\6.4.2\\mingw49_32\\bin\\qtenv2.bat
.Further logs attached:
The text was updated successfully, but these errors were encountered: