aboutsummaryrefslogtreecommitdiff
path: root/clear_qmake.cmd
blob: 4d92abae416941e7ad928475f4de4b10b97ec266 (plain) (blame)
1
2
3
4
for  /r %%B in (*.qm *.dll *.a *.Release Makefile* *resource.rc *.Debug *.exe object_script.* *.pc *.prl)  do del /s /q %%B
for /d /r %%B in (.build debug release)  do rmdir /s /q %%B
rmdir /s /q bin\plugins