therecipe/qt

Installation fails for Qt 6

gpioid opened this issue · 2 comments

gpioid commented

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:

QTDIR=C:\Qt\5.x.x
QTBIN=C:\Qt\5.x.x\5.x.x\mingw_64

Windows directory structure for Qt 6.x.x:

QTDIR=C:\Qt\6.x.x
QTBIN=C:\Qt\6.x.x\mingw_64

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"

Tip: git clone https://github.com/therecipe/env_darwin_amd64_513.git vendor/github.com/therecipe/env_darwin_amd64_513

The project is not support Qt 6.x

Whats the timeline for getting QT6 running or has this been abandoned?