copy qt openssl files when doing runtime file copy

Change-Id: I139a814cedd2f1b2c2c0c3a522728bd1693f5de6
diff --git a/copy-runtime-files.ps1 b/copy-runtime-files.ps1
index b541e75..150f292 100644
--- a/copy-runtime-files.ps1
+++ b/copy-runtime-files.ps1
@@ -43,6 +43,8 @@
     "$daemonDir\contrib\build\ffmpeg\Build\win32\x64\bin\avfilter-7.dll",

     "$daemonDir\contrib\build\openssl\out32dll\libeay32.dll",

     "$daemonDir\contrib\build\openssl\out32dll\ssleay32.dll",

+    "$QtDir\..\..\Tools\OpenSSL\Win_x64\bin\libcrypto-1_1-x64.dll",

+    "$QtDir\..\..\Tools\OpenSSL\Win_x64\bin\libssl-1_1-x64.dll",

     "$clientDir\qt.conf",

     "$clientDir\images\jami.ico",

     "$clientDir\License.rtf"

@@ -97,4 +99,4 @@
     Copy-Item -Path $_.FullName -Destination $CopyDir -Force –Recurse

 }

 

-write-host "copy completed" -NoNewline -ForegroundColor Green
\ No newline at end of file
+write-host "copy completed" -NoNewline -ForegroundColor Green