Update copy_build.cmd
This commit is contained in:
parent
913362a8c5
commit
8530a9809a
|
@ -106,6 +106,8 @@ copy %qtPath%\plugins\platforms\qwindows.dll %instPath%\platforms\
|
||||||
|
|
||||||
mkdir %instPath%\styles
|
mkdir %instPath%\styles
|
||||||
copy %qtPath%\plugins\styles\qwindowsvistastyle.dll %instPath%\styles\
|
copy %qtPath%\plugins\styles\qwindowsvistastyle.dll %instPath%\styles\
|
||||||
|
rem Qt 6.7+
|
||||||
|
copy %qtPath%\plugins\styles\qmodernwindowsstyle.dll %instPath%\styles\
|
||||||
|
|
||||||
IF %archPath% == ARM64 (
|
IF %archPath% == ARM64 (
|
||||||
mkdir %instPath%\tls
|
mkdir %instPath%\tls
|
||||||
|
|
Loading…
Reference in New Issue