Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installation fails for Qt 6 #1281

Open
gpioid opened this issue Jan 21, 2023 · 2 comments
Open

Installation fails for Qt 6 #1281

gpioid opened this issue Jan 21, 2023 · 2 comments

Comments

@gpioid
Copy link

gpioid commented Jan 21, 2023

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"
@bluemiaomiao
Copy link

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

@shayneoneill
Copy link

shayneoneill commented Aug 2, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants