[GH-ISSUE #184] For deployment on Windows, the Microsoft Visual C++ Redistributable is required. #117

Open
opened 2026-05-05 11:05:36 -06:00 by gitea-mirror · 1 comment
Owner

Originally created by @TripleWhy on GitHub (Feb 18, 2020).
Original GitHub issue: https://github.com/qmlnet/qmlnet/issues/184

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.

Originally created by @TripleWhy on GitHub (Feb 18, 2020). Original GitHub issue: https://github.com/qmlnet/qmlnet/issues/184 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.
gitea-mirror added the
enhancement
label 2026-05-05 11:05:36 -06:00
Author
Owner

@pauldotknopf commented on GitHub (Aug 21, 2020):

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.

<!-- gh-comment-id:678107530 --> @pauldotknopf commented on GitHub (Aug 21, 2020): 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 in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/qmlnet#117
No description provided.