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 !

link|improve this question
feedback

1 Answer

I found how to add the quote tag (not directly the ampersand symbol but i don't care), simply use '"' to add " and it would work.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.