summaryrefslogtreecommitdiffstats
path: root/mkspecs/features/win32
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@theqtcompany.com>2015-03-24 11:56:03 +0100
committerJoerg Bornemann <joerg.bornemann@theqtcompany.com>2015-03-25 09:54:59 +0000
commitfc0ac0f4c1a2c1049d933e007d1177fbb71e2375 (patch)
treed5c7f29771c16f8a0194e46915542e7aa02a96b5 /mkspecs/features/win32
parente1ce8dca16d3d015a140ae8b70592c659f6f1dbc (diff)
revisit dumpcpp rule
Instead of calling "dumpcpp -donothing", well, do nothing. Change-Id: Ifa8da9691de0d5ebade51067b8112da95d87ff44 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
Diffstat (limited to 'mkspecs/features/win32')
-rw-r--r--mkspecs/features/win32/dumpcpp.prf2
1 files changed, 1 insertions, 1 deletions
diff --git a/mkspecs/features/win32/dumpcpp.prf b/mkspecs/features/win32/dumpcpp.prf
index af6387bed6..3da54fb66d 100644
--- a/mkspecs/features/win32/dumpcpp.prf
+++ b/mkspecs/features/win32/dumpcpp.prf
@@ -11,7 +11,7 @@ dumpcpp_decl.CONFIG += no_link
QMAKE_EXTRA_COMPILERS += dumpcpp_decl
-dumpcpp_impl.commands = $$QMAKE_DUMPCPP -donothing
+dumpcpp_impl.commands = $$escape_expand(\\n) # dummy command
dumpcpp_impl.output = ${QMAKE_FILE_BASE}.cpp
dumpcpp_impl.input = TYPELIBS
dumpcpp_impl.variable_out = SOURCES