Fix crash on fatal error, remove moc files from Windows installation
This commit is contained in:
parent
dd46d8cf99
commit
3369a387ce
4 changed files with 28 additions and 3 deletions
|
|
@ -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..."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue