aboutsummaryrefslogtreecommitdiff
path: root/clear_qmake.cmd
diff options
context:
space:
mode:
Diffstat (limited to 'clear_qmake.cmd')
-rw-r--r--clear_qmake.cmd2
1 files changed, 2 insertions, 0 deletions
diff --git a/clear_qmake.cmd b/clear_qmake.cmd
index 34c753fa3..d3ff5a409 100644
--- a/clear_qmake.cmd
+++ b/clear_qmake.cmd
@@ -1,2 +1,4 @@
make distclean
for /r %%B in (*.qm) do del /s /q %%B
+for /r %%B in (*.dll) do del /s /q %%B
+for /r %%B in (*.a) do del /s /q %%B