Fix debug build launch
This commit is contained in:
parent
0ed18c6b89
commit
90f7a68695
|
@ -50,6 +50,8 @@ if exist bin\Debug (
|
||||||
copy %B_QT_FULLPATH%\bin\Qt5Cored.dll bin\Debug\ > NUL
|
copy %B_QT_FULLPATH%\bin\Qt5Cored.dll bin\Debug\ > NUL
|
||||||
copy ..\ext\openssl\windows\x64\bin\* bin\Debug\ > NUL
|
copy ..\ext\openssl\windows\x64\bin\* bin\Debug\ > NUL
|
||||||
copy ..\res\openssl\barrier.conf bin\Debug\ > NUL
|
copy ..\res\openssl\barrier.conf bin\Debug\ > NUL
|
||||||
|
mkdir bin\Debug\platforms
|
||||||
|
copy %B_QT_FULLPATH%\plugins\platforms\qwindowsd.dll bin\Debug\platforms\ > NUL
|
||||||
) else if exist bin\Release (
|
) else if exist bin\Release (
|
||||||
copy %B_QT_FULLPATH%\bin\Qt5Core.dll bin\Release\ > NUL
|
copy %B_QT_FULLPATH%\bin\Qt5Core.dll bin\Release\ > NUL
|
||||||
copy %B_QT_FULLPATH%\bin\Qt5Gui.dll bin\Release\ > NUL
|
copy %B_QT_FULLPATH%\bin\Qt5Gui.dll bin\Release\ > NUL
|
||||||
|
|
Loading…
Reference in New Issue