bow-simulation / virtualbow

Software for designing and simulating bows
http://www.virtualbow.org/
GNU General Public License v3.0
23 stars 3 forks source link

Windeployqt does not deploy MinGW runtime in CI environment #172

Closed stfnp closed 8 months ago

stfnp commented 4 years ago

Adding the option --compiler-runtime doesn't help. Missing libraries are:

libwinpthread-1.dll
libgcc_s_seh-1.dll
libstdc++-6.dll

On a local build they are added by windeployqt, even without the additional flag. The Windows release for version 0.7 has been replaced with a local build, but this needs to be solved for the next version.

Possible ideas: https://forum.qt.io/topic/88525/windeployqt-exe-does-not-copy-all-needed-files/9

stfnp commented 4 years ago

A fix has now been added to the Windows CMakeLists.txt that copies those files explicitly. I'll still keep this issue open until there is a real solution, but it's no longer important for the next release.