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

When installing qt wasm_32, install corresponding qmake with them. #181

Closed
jingkaimori opened this issue Mar 28, 2023 · 1 comment · Fixed by #189
Closed

When installing qt wasm_32, install corresponding qmake with them. #181

jingkaimori opened this issue Mar 28, 2023 · 1 comment · Fixed by #189

Comments

@jingkaimori
Copy link

qmake exectable in wasm_32 is replaced by a script targeting to qmake program in gcc_64 or mingw installation of qmake.

@ddalcino
Copy link
Contributor

I can confirm this; this is a new behavior as of Qt 6. Android and WASM builds now require that you install a standard desktop version of Qt alongside them. See docs for aqtinstall's new --autodesktop flag.

The --autodesktop flag is new as of aqtinstall 3.0.0, and it is designed specifically to handle this problem.

Ideally, I think the action should account for this, but as a workaround you can try using the extra input:

  aqtversion: '3.1.*'
  py7zrversion: '0.20.*'
  extra: '--autodesktop'

Until #176 is fixed, don't forget to specify py7zrversion; you will have trouble installing aqtinstall 3 without it.

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

Successfully merging a pull request may close this issue.

2 participants