mirror of
https://github.com/qmlnet/qmlnet.git
synced 2026-05-15 14:15:54 -06:00
[GH-ISSUE #184] For deployment on Windows, the Microsoft Visual C++ Redistributable is required. #117
Labels
No labels
bug
enhancement
help wanted
help wanted
pull-request
question
todo
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/qmlnet#117
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.@pauldotknopf commented on GitHub (Aug 21, 2020):
Ya, I think we should add a check to
DiscoverOrDownloadSuitableQtRuntimeto 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.