I use QMAKE to generate a Visual Studio Project which contain a path with whitespaces, ex : C:\Program Files...
I need to add the " tag (the 6 characters html tag and not the real quote, that's what VS need) before and after the path ($$quote does not work). But when i write " in my .pro , qmake translate it by ".
Is there a way to avoid that ? Using a special function, ascii code or something ?
Thanks !