mirror of
https://gitlab.com/kelteseth/ScreenPlay.git
synced 2024-11-21 18:22:29 +01:00
Fix Qt version
Remove ScreenPlayWorkshop copy Remove copying of wrong OpenSSL dlls
This commit is contained in:
parent
d1e86ca7c0
commit
0c2fc09b35
@ -1,7 +1,7 @@
|
||||
setlocal EnableExtensions
|
||||
|
||||
set PATH=%PATH%;C:\Qt\Tools\QtCreator\bin
|
||||
set PATH=%PATH%;C:\Qt\5.11.2\msvc2017_64\bin
|
||||
set PATH=%PATH%;C:\Qt\5.12.0\msvc2017_64\bin
|
||||
set root=%cd%
|
||||
|
||||
call "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build\vcvarsx86_amd64.bat"
|
||||
@ -19,12 +19,6 @@ echo "Copy ScreenPlayWidget"
|
||||
xcopy /s /y ScreenPlayWidget\release ..\PACKAGE
|
||||
echo "Copy ScreenPlayWindow"
|
||||
xcopy /s /y ScreenPlayWindow\release ..\PACKAGE
|
||||
echo "Copy ScreenPlayWorkshop"
|
||||
xcopy /s /y ScreenPlayWorkshop\release ..\PACKAGE
|
||||
|
||||
xcopy C:\Qt\Tools\QtCreator\bin\libeay32.dll ..\PACKAGE
|
||||
xcopy C:\Qt\Tools\QtCreator\bin\ssleay32.dll ..\PACKAGE
|
||||
|
||||
|
||||
cd ..
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user