[Interest] QMAKE_DEFAULT_INCDIRS = "/opt/local/include /usr/include" and building QtWebengine

Thiago Macieira thiago.macieira at intel.com
Fri Jun 24 18:06:30 CEST 2016


On sexta-feira, 24 de junho de 2016 12:59:13 PDT René J. V. Bertin wrote:
> -    echo `echo "$1" | sed 's,^[^ ]* .*$,"&",'`
> +    echo `echo $@ | sed 's,^[^ ]* .*$,&,'`

This has no effect on your issue and in fact makes it worse.

Previously, shellQuoteLines * printed *. Now it prints the list of files.

-- 
Thiago Macieira - thiago.macieira (AT) intel.com
  Software Architect - Intel Open Source Technology Center




More information about the Interest mailing list