summaryrefslogtreecommitdiffstats
path: root/mkspecs
diff options
context:
space:
mode:
authorThiago Macieira <thiago.macieira@intel.com>2014-06-26 13:34:27 -0700
committerThiago Macieira <thiago.macieira@intel.com>2014-07-20 04:32:41 +0200
commit4a99beb7efa7b28916e30be675f4923378c982ab (patch)
tree1a7390ffef309062309b8d780dd539626e9d78be /mkspecs
parent461c2b20044359b80df8217a7565c7b8a60a1f0b (diff)
"Beautify" the two-pass RCC execution
Use newlines in the Makefile for multiple commands. Change-Id: If03617343ccf7e525ffdc27ad9df55718c63d77f Reviewed-by: hjk <hjk121@nokiamail.com>
Diffstat (limited to 'mkspecs')
-rw-r--r--mkspecs/features/resources.prf1
1 files changed, 1 insertions, 0 deletions
diff --git a/mkspecs/features/resources.prf b/mkspecs/features/resources.prf
index fb51d433fb..91c30962f9 100644
--- a/mkspecs/features/resources.prf
+++ b/mkspecs/features/resources.prf
@@ -38,4 +38,5 @@ rcc.clean += $$RCC_CPP $$RCC_TMP
}
silent:rcc.commands = @echo rcc ${QMAKE_FILE_IN} && $$rcc.commands
+else:rcc.commands ~= s/&&/$$escape_expand(\\n\\t)/g
QMAKE_EXTRA_COMPILERS += rcc