"Beautify" the two-pass RCC execution

Use newlines in the Makefile for multiple commands.

Change-Id: If03617343ccf7e525ffdc27ad9df55718c63d77f
Reviewed-by: hjk <hjk121@nokiamail.com>
This commit is contained in:
Thiago Macieira 2014-06-26 13:34:27 -07:00
parent 461c2b2004
commit 4a99beb7ef

View File

@ -38,4 +38,5 @@ rcc.clean += $$RCC_CPP $$RCC_TMP
} }
silent:rcc.commands = @echo rcc ${QMAKE_FILE_IN} && $$rcc.commands silent:rcc.commands = @echo rcc ${QMAKE_FILE_IN} && $$rcc.commands
else:rcc.commands ~= s/&&/$$escape_expand(\\n\\t)/g
QMAKE_EXTRA_COMPILERS += rcc QMAKE_EXTRA_COMPILERS += rcc