summaryrefslogtreecommitdiffstats
path: root/mkspecs
diff options
context:
space:
mode:
authorMaurice Kalinowski <maurice.kalinowski@theqtcompany.com>2015-01-06 09:46:38 +0100
committerMaurice Kalinowski <maurice.kalinowski@theqtcompany.com>2015-01-06 16:50:54 +0100
commitf2c247921db9b65ed07c69c57ded07f46292509f (patch)
tree9ce3419e2a6bbcb96da0e46c771c3c8da07034d5 /mkspecs
parentce40b8b7ef1c7b3c8355233825265f2d49dc4ddd (diff)
windeployqt: add clean step to toplevel makefile
Currently you could only invoke windeployqt for debug and release builds, but not windeployqt_clean resulting in artifacts after the clean step. Change-Id: I3a93e4909a017f3594cc5b0c2249ed25b777c008 Reviewed-by: Oliver Wolff <oliver.wolff@theqtcompany.com> Reviewed-by: Andrew Knight <qt@panimo.net>
Diffstat (limited to 'mkspecs')
-rw-r--r--mkspecs/features/win32/windeployqt.prf3
1 files changed, 2 insertions, 1 deletions
diff --git a/mkspecs/features/win32/windeployqt.prf b/mkspecs/features/win32/windeployqt.prf
index 22253f6299..fb5b2c4234 100644
--- a/mkspecs/features/win32/windeployqt.prf
+++ b/mkspecs/features/win32/windeployqt.prf
@@ -15,5 +15,6 @@ build_pass {
QMAKE_DISTCLEAN += $$WINDEPLOYQT_OUTPUT
} else {
windeployqt.CONFIG += recursive
+ windeployqt_clean.CONFIG += recursive
}
-QMAKE_EXTRA_TARGETS += windeployqt
+QMAKE_EXTRA_TARGETS += windeployqt windeployqt_clean