-
Notifications
You must be signed in to change notification settings - Fork 82
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
Comments
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. |
If this ever happens, it won't be through this project. This project is simply a wrapper for aqtinstall. |
All right thanks! |
You're welcome! |
Is it possible to support static qt installs for projects that want to statically link? Thanks!
The text was updated successfully, but these errors were encountered: