On quinta-feira, 23 de janeiro de 2014 09:01:43, Thiago Macieira wrote:
> If you're running from the command-line, you need to escape it further:
> 
>       qmake 'DEFINES+=SERIAL=\\\"f9a/z\\\"'
> or
>       qmake DEFINES+=SERIAL=\\\\\\"f9a/z\\\\\\"

I should have tested before sending. The number of backslashes is wrong. You 
need 7, not 6:

$ ls \\\\\\\"a\\\\\\\"   
ls: cannot access \\\"a\\\": No such file or directory

Exercise left to the reader: why didn't I check with echo?

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

Attachment: signature.asc
Description: This is a digitally signed message part.

_______________________________________________
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to