Windows: Figure out how to properly deploy ssl libraries
Closed, ResolvedPublic

Description

Copying the ssl libraries that are required by qt into the bin directory does not work as expected if the installer is installed on a new machine.
The first missing piece was msvcr120.dll, but even after installing the visual studio 2013 redistributable qt still fails to load the ssl libraries.
Well have to figure out how to do this properly.

cmollekopf triaged this task as Normal priority.
cmollekopf closed this task as Resolved.Jun 27 2018, 9:18 AM
cmollekopf claimed this task.

We are building openssl 1.0.2o from source and that seems to work.