comparison deploy/win64/build-64.bat @ 1852:df146330bc34 plugin-path-config

System library test program (beginnings of)
author Chris Cannam
date Thu, 07 Jun 2018 16:26:38 +0100
parents 5c39e3d2ab5c
children 643768964863
comparison
equal deleted inserted replaced
1851:23357d224416 1852:df146330bc34
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%