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

For deployment on Windows, the Microsoft Visual C++ Redistributable is required. #184

Open
TripleWhy opened this issue Feb 18, 2020 · 1 comment

Comments

@TripleWhy
Copy link
Contributor

I feel like this should be mentioned somewhere. Maybe DiscoverOrDownloadSuitableQtRuntime() could even do this? Or maybe the download could be self-contained to not require the system wide vs redist packaage. Or maybe it could download the MinGW build instead.

@pauldotknopf
Copy link
Member

Ya, I think we should add a check to DiscoverOrDownloadSuitableQtRuntime to ensure the proper VC++ lib is installed.

Using MinGW would be ideal, because we can then ensure our Qt works on all Windows platforms, but it would require me to change our build process a bit, which I don't have the time to do at the moment.

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

No branches or pull requests

2 participants