diff options
| author | Tannin <sherb@gmx.net> | 2016-05-11 20:10:18 +0200 |
|---|---|---|
| committer | Tannin <sherb@gmx.net> | 2016-05-11 20:10:18 +0200 |
| commit | bc5d5d8bfa3f404389069e37bb03376f5930c256 (patch) | |
| tree | 41aa12a3a04c8640ab4773e340f29bfd9ba28fa9 | |
| parent | 256cdb8df709855fd8501e60565a136585fc5ec2 (diff) | |
ssl libraries can now be placed in dlls directory
| -rw-r--r-- | src/dlls.manifest.qt5 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/dlls.manifest.qt5 b/src/dlls.manifest.qt5 index 76206f21..fedcfa26 100644 --- a/src/dlls.manifest.qt5 +++ b/src/dlls.manifest.qt5 @@ -4,6 +4,8 @@ <file name="icuin53.dll"/>
<file name="icuuc53.dll"/>
<file name="icudt53.dll"/>
+ <file name="libeay32.dll"/>
+ <file name="ssleay32.dll"/>
<file name="Qt5Core.dll"/>
<file name="Qt5Declarative.dll"/>
<file name="Qt5Gui.dll"/>
|
