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

Static Qt installs #53

Closed
mateoconlechuga opened this issue Aug 18, 2020 · 4 comments
Closed

Static Qt installs #53

mateoconlechuga opened this issue Aug 18, 2020 · 4 comments
Labels
wontfix This will not be worked on

Comments

@mateoconlechuga
Copy link

Is it possible to support static qt installs for projects that want to statically link? Thanks!

@LorenzE
Copy link
Contributor

LorenzE commented Aug 18, 2020

Qt does not provide pre-built static binaries. I wrote a Github actions workflow to build Qt statically and make the binaries available as artifacts. Once finished the artifacts can be downloaded via the workflow's log on the Github web interface. I then host the static binaries myself and use them in my project's static Github actions workflows.

Maybe this helps. Would be cool to have a more general pipeline for this, though.

@jurplel
Copy link
Owner

jurplel commented Aug 18, 2020

If this ever happens, it won't be through this project. This project is simply a wrapper for aqtinstall.

@jurplel jurplel closed this as completed Aug 18, 2020
@jurplel jurplel added the wontfix This will not be worked on label Aug 18, 2020
@mateoconlechuga
Copy link
Author

All right thanks!

@jurplel
Copy link
Owner

jurplel commented Aug 18, 2020

You're welcome!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

3 participants