comparison deploy/win64/build-64.bat @ 1861:8c4df1f3fef7

Merge from branch plugin-path-config
author Chris Cannam
date Mon, 11 Jun 2018 14:42:56 +0100
parents df146330bc34
children 643768964863
comparison
equal deleted inserted replaced
1849:4af1e71eaa3f 1861:8c4df1f3fef7
44 copy %QTDIR%\bin\Qt5Gui.dll .\release 44 copy %QTDIR%\bin\Qt5Gui.dll .\release
45 copy %QTDIR%\bin\Qt5Widgets.dll .\release 45 copy %QTDIR%\bin\Qt5Widgets.dll .\release
46 copy %QTDIR%\bin\Qt5Network.dll .\release 46 copy %QTDIR%\bin\Qt5Network.dll .\release
47 copy %QTDIR%\bin\Qt5Xml.dll .\release 47 copy %QTDIR%\bin\Qt5Xml.dll .\release
48 copy %QTDIR%\bin\Qt5Svg.dll .\release 48 copy %QTDIR%\bin\Qt5Svg.dll .\release
49 copy %QTDIR%\bin\Qt5Test.dll .\release
49 copy %QTDIR%\plugins\platforms\qminimal.dll .\release 50 copy %QTDIR%\plugins\platforms\qminimal.dll .\release
50 copy %QTDIR%\plugins\platforms\qwindows.dll .\release 51 copy %QTDIR%\plugins\platforms\qwindows.dll .\release
51 copy ..\sv-dependency-builds\win64-msvc\lib\libsndfile-1.dll .\release 52 copy ..\sv-dependency-builds\win64-msvc\lib\libsndfile-1.dll .\release
52 53
54 .\release\test-svcore-base
55 .\release\test-svcore-system
56 .\release\test-svcore-data-fileio
57 .\release\test-svcore-data-model
58
53 set PATH=%ORIGINALPATH% 59 set PATH=%ORIGINALPATH%