mark up output of called commands in configure log
otherwise it's sometimes quite hard to tell it apart from configure's own messages. Change-Id: I2f4908344367a9a3ce38e032bf76486fc4552ffd Reviewed-by: Lars Knoll <lars.knoll@qt.io>
This commit is contained in:
parent
5c263bf984
commit
6cd358db7e
@ -33,7 +33,10 @@ defineTest(qtRunLoggedCommand) {
|
||||
qtLog("+ $$1")
|
||||
|
||||
output = $$system("( $$1 ) 2>&1", lines, result)
|
||||
qtLog($$output)
|
||||
lg =
|
||||
for (l, output): \
|
||||
lg += "> $$l"
|
||||
qtLog($$lg)
|
||||
!isEmpty(2) {
|
||||
$$2 = $$output
|
||||
export($$2)
|
||||
|
Loading…
Reference in New Issue
Block a user