1
0
mirror of https://gitlab.com/kelteseth/ScreenPlay.git synced 2024-09-15 06:52:34 +02:00

Add OpenSSL libs

This commit is contained in:
kelteseth 2018-11-11 16:41:55 +01:00
parent f72abd6c68
commit 8f20f7d0c2

View File

@ -17,6 +17,10 @@ xcopy /s ScreenPlayWidget\release ..\PACKAGE
xcopy /s ScreenPlayWindow\release ..\PACKAGE
xcopy /s ScreenPlayWorkshop\release ..\PACKAGE
xcopy C:\Qt\Tools\QtCreator\bin\libeay32.dll ..\PACKAGE
xcopy C:\Qt\Tools\QtCreator\bin\ssleay32.dll ..\PACKAGE
cd ..
windeployqt.exe --release --qmldir ScreenPlay/qml PACKAGE/ScreenPlay.exe