-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdllcopy.bat
73 lines (66 loc) · 5.82 KB
/
dllcopy.bat
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
set PRJ_PATH=%~dp0
xcopy %ALICE_PATH%\build\Release\xmlbus.dll %PRJ_PATH%\build\Release\ /s /y
xcopy %ALICE_PATH%\thirdparty\KTraceNet\*.dll %PRJ_PATH%\build\Release\ /s /y
xcopy %OpenCV_Dir%\..\bin\*.dll %PRJ_PATH%\build\Release\ /s /y
@echo ********************************************************************************
@echo * Qt�� *
@echo ********************************************************************************
xcopy %QT_PATH%\plugins\platforms\qminimal.dll %PRJ_PATH%\build\Release\plugins\platforms\ /s /y
xcopy %QT_PATH%\plugins\platforms\qoffscreen.dll %PRJ_PATH%\build\Release\plugins\platforms\ /s /y
xcopy %QT_PATH%\plugins\platforms\qwindows.dll %PRJ_PATH%\build\Release\plugins\platforms\ /s /y
xcopy %QT_PATH%\plugins\imageformats\qdds.dll %PRJ_PATH%\build\Release\plugins\imageformats\ /s /y
xcopy %QT_PATH%\plugins\imageformats\qgif.dll %PRJ_PATH%\build\Release\plugins\imageformats\ /s /y
xcopy %QT_PATH%\plugins\imageformats\qicns.dll %PRJ_PATH%\build\Release\plugins\imageformats\ /s /y
xcopy %QT_PATH%\plugins\imageformats\qico.dll %PRJ_PATH%\build\Release\plugins\imageformats\ /s /y
xcopy %QT_PATH%\plugins\imageformats\qjpeg.dll %PRJ_PATH%\build\Release\plugins\imageformats\ /s /y
xcopy %QT_PATH%\plugins\imageformats\qsvg.dll %PRJ_PATH%\build\Release\plugins\imageformats\ /s /y
xcopy %QT_PATH%\plugins\imageformats\qtga.dll %PRJ_PATH%\build\Release\plugins\imageformats\ /s /y
xcopy %QT_PATH%\plugins\imageformats\qtiff.dll %PRJ_PATH%\build\Release\plugins\imageformats\ /s /y
xcopy %QT_PATH%\plugins\imageformats\qwbmp.dll %PRJ_PATH%\build\Release\plugins\imageformats\ /s /y
xcopy %QT_PATH%\plugins\imageformats\qwebp.dll %PRJ_PATH%\build\Release\plugins\imageformats\ /s /y
xcopy %QT_PATH%\bin\Qt5Core.dll %PRJ_PATH%\build\Release\ /s /y
xcopy %QT_PATH%\bin\Qt5Gui.dll %PRJ_PATH%\build\Release\ /s /y
xcopy %QT_PATH%\bin\Qt5Network.dll %PRJ_PATH%\build\Release\ /s /y
xcopy %QT_PATH%\bin\Qt5Widgets.dll %PRJ_PATH%\build\Release\ /s /y
xcopy %QT_PATH%\bin\Qt5PrintSupport.dll %PRJ_PATH%\build\Release\ /s /y
xcopy %QT_PATH%\plugins\platforms\qminimald.dll %PRJ_PATH%\build\Debug\plugins\platforms\ /s /y
xcopy %QT_PATH%\plugins\platforms\qoffscreend.dll %PRJ_PATH%\build\Debug\plugins\platforms\ /s /y
xcopy %QT_PATH%\plugins\platforms\qwindowsd.dll %PRJ_PATH%\build\Debug\plugins\platforms\ /s /y
xcopy %QT_PATH%\plugins\imageformats\qddsd.dll %PRJ_PATH%\build\Debug\plugins\imageformats\ /s /y
xcopy %QT_PATH%\plugins\imageformats\qgifd.dll %PRJ_PATH%\build\Debug\plugins\imageformats\ /s /y
xcopy %QT_PATH%\plugins\imageformats\qicnsd.dll %PRJ_PATH%\build\Debug\plugins\imageformats\ /s /y
xcopy %QT_PATH%\plugins\imageformats\qicod.dll %PRJ_PATH%\build\Debug\plugins\imageformats\ /s /y
xcopy %QT_PATH%\plugins\imageformats\qjpegd.dll %PRJ_PATH%\build\Debug\plugins\imageformats\ /s /y
xcopy %QT_PATH%\plugins\imageformats\qsvgd.dll %PRJ_PATH%\build\Debug\plugins\imageformats\ /s /y
xcopy %QT_PATH%\plugins\imageformats\qtgad.dll %PRJ_PATH%\build\Debug\plugins\imageformats\ /s /y
xcopy %QT_PATH%\plugins\imageformats\qtiffd.dll %PRJ_PATH%\build\Debug\plugins\imageformats\ /s /y
xcopy %QT_PATH%\plugins\imageformats\qwbmpd.dll %PRJ_PATH%\build\Debug\plugins\imageformats\ /s /y
xcopy %QT_PATH%\plugins\imageformats\qwebpd.dll %PRJ_PATH%\build\Debug\plugins\imageformats\ /s /y
xcopy %QT_PATH%\bin\Qt5Cored.dll %PRJ_PATH%\build\Debug\ /s /y
xcopy %QT_PATH%\bin\Qt5Guid.dll %PRJ_PATH%\build\Debug\ /s /y
xcopy %QT_PATH%\bin\Qt5Networkd.dll %PRJ_PATH%\build\Debug\ /s /y
xcopy %QT_PATH%\bin\Qt5Widgetsd.dll %PRJ_PATH%\build\Debug\ /s /y
xcopy %QT_PATH%\bin\Qt5PrintSupportd.dll %PRJ_PATH%\build\Debug\ /s /y
@echo ********************************************************************************
@echo * 8. laguage *
@echo ********************************************************************************
xcopy %PRJ_PATH%\data\langs\mocapserver_en.qm %PRJ_PATH%\build\Debug\plugins\langs\ /s /y
xcopy %PRJ_PATH%\data\langs\mocapserver_zh.qm %PRJ_PATH%\build\Debug\plugins\langs\ /s /y
xcopy %PRJ_PATH%\data\langs\mocapclient_en.qm %PRJ_PATH%\build\Debug\plugins\langs\ /s /y
xcopy %PRJ_PATH%\data\langs\mocapclient_zh.qm %PRJ_PATH%\build\Debug\plugins\langs\ /s /y
xcopy %PRJ_PATH%\data\langs\migration_en.qm %PRJ_PATH%\build\Debug\plugins\langs\ /s /y
xcopy %PRJ_PATH%\data\langs\migration_zh.qm %PRJ_PATH%\build\Debug\plugins\langs\ /s /y
xcopy %PRJ_PATH%\data\langs\mocapserver_en.qm %PRJ_PATH%\build\Release\plugins\langs\ /s /y
xcopy %PRJ_PATH%\data\langs\mocapserver_zh.qm %PRJ_PATH%\build\Release\plugins\langs\ /s /y
xcopy %PRJ_PATH%\data\langs\mocapclient_en.qm %PRJ_PATH%\build\Release\plugins\langs\ /s /y
xcopy %PRJ_PATH%\data\langs\mocapclient_zh.qm %PRJ_PATH%\build\Release\plugins\langs\ /s /y
xcopy %PRJ_PATH%\data\langs\migration_en.qm %PRJ_PATH%\build\Release\plugins\langs\ /s /y
xcopy %PRJ_PATH%\data\langs\migration_zh.qm %PRJ_PATH%\build\Release\plugins\langs\ /s /y
@echo off
:Wait
set /a n+=1
if %n% gtr 6 goto End
ping -n 2 127.0.0.1>nul
echo .
goto Wait
:End