summaryrefslogtreecommitdiffstats
path: root/qmake/Makefile.win32
diff options
context:
space:
mode:
authorLiang Qi <liang.qi@theqtcompany.com>2015-04-28 09:16:06 +0000
committerThe Qt Project <gerrit-noreply@qt-project.org>2015-04-28 09:16:06 +0000
commita6f7dc521b0491a4e8a163941fedecbfdce26b43 (patch)
tree1b1f7a085ed576892c9c6d7a1e1f0da2d427630d /qmake/Makefile.win32
parent73a48c16189fcc1c1dd783e05c51d47711d554e2 (diff)
parent1c8451bdbbd6ca909dfc5b96a24be909810522fc (diff)
Merge "Merge remote-tracking branch 'origin/5.5' into dev" into refs/staging/dev
Diffstat (limited to 'qmake/Makefile.win32')
-rw-r--r--qmake/Makefile.win324
1 files changed, 3 insertions, 1 deletions
diff --git a/qmake/Makefile.win32 b/qmake/Makefile.win32
index f84c30d4af..9dda6ca1e7 100644
--- a/qmake/Makefile.win32
+++ b/qmake/Makefile.win32
@@ -140,7 +140,9 @@ clean::
-del qmake.tds
distclean:: clean
- -del qmake
+ -del qmake.exe
+ -del $(BUILD_PATH)\bin\qmake.exe
+ -del Makefile
.c.obj:
$(CXX) $(CFLAGS) $<