Fix crash on fatal error, remove moc files from Windows installation

This commit is contained in:
driftingsun 2021-01-10 18:47:29 +03:00
parent dd46d8cf99
commit 3369a387ce
4 changed files with 28 additions and 3 deletions

View file

@ -45,6 +45,7 @@ del "%OUT_APP_DIR:"=%\*.cpp"
del "%OUT_APP_DIR:"=%\*.h"
del "%OUT_APP_DIR:"=%\*.res"
del "%OUT_APP_DIR:"=%\*.o"
del "%OUT_APP_DIR:"=%\*.moc"
del "%OUT_APP_DIR:"=%\*.lib"
del "%OUT_APP_DIR:"=%\*.exp"
echo "Deploying..."