From 4a99beb7efa7b28916e30be675f4923378c982ab Mon Sep 17 00:00:00 2001 From: Thiago Macieira Date: Thu, 26 Jun 2014 13:34:27 -0700 Subject: [PATCH] "Beautify" the two-pass RCC execution Use newlines in the Makefile for multiple commands. Change-Id: If03617343ccf7e525ffdc27ad9df55718c63d77f Reviewed-by: hjk --- mkspecs/features/resources.prf | 1 + 1 file changed, 1 insertion(+) 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