Skip to content

Commit

Permalink
Merge pull request #439 from mirh/master
Browse files Browse the repository at this point in the history
Fix debug build launch
  • Loading branch information
AdrianKoshka committed Sep 20, 2019
2 parents 0ed18c6 + 90f7a68 commit 8320686
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions clean_build.bat
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ if exist bin\Debug (
copy %B_QT_FULLPATH%\bin\Qt5Cored.dll bin\Debug\ > NUL
copy ..\ext\openssl\windows\x64\bin\* 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 (
copy %B_QT_FULLPATH%\bin\Qt5Core.dll bin\Release\ > NUL
copy %B_QT_FULLPATH%\bin\Qt5Gui.dll bin\Release\ > NUL
Expand Down

0 comments on commit 8320686

Please sign in to comment.