qt5base-lts/qmake/generators
Oswald Buddenhagen e3a7237d82 fix quoting issues. all of them. (*)
instead of quoting more or less random variable contents early,
consistently quote everything only right before it is needed. this way
we can be sure that everything is correctly quoted, but not over-quoted.

this removed the need for the insanity that unescapeFilePath() and
similar ad-hoc contraptions were.
this had the somewhat counter-intuitive effect that it was possible to
remove escapeFilePath() calls from PBX::writeSettings() calls - these
were actually only unescaping.

[ChangeLog][qmake][Important Behavior Changes] A lot of quoting issues
have been fixed. As a side effect, qmake has become more sensitive to
over-quoted file names in project files.

(*) ok, maybe not. close enough.

Task-number: fatal: out of memory
Change-Id: I8c51cfffb59ccd156b46bd5c56754c480667443a
Reviewed-by: Joerg Bornemann <joerg.bornemann@theqtcompany.com>
2015-02-17 18:27:29 +00:00
..
mac fix quoting issues. all of them. (*) 2015-02-17 18:27:29 +00:00
unix fix quoting issues. all of them. (*) 2015-02-17 18:27:29 +00:00
win32 fix quoting issues. all of them. (*) 2015-02-17 18:27:29 +00:00
makefile.cpp fix quoting issues. all of them. (*) 2015-02-17 18:27:29 +00:00
makefile.h fix quoting issues. all of them. (*) 2015-02-17 18:27:29 +00:00
makefiledeps.cpp Update copyright headers 2015-02-11 06:49:51 +00:00
makefiledeps.h Update copyright headers 2015-02-11 06:49:51 +00:00
metamakefile.cpp Update copyright headers 2015-02-11 06:49:51 +00:00
metamakefile.h Update copyright headers 2015-02-11 06:49:51 +00:00
projectgenerator.cpp fix filename handling in replaceExtraCompilerVariables() 2015-02-17 18:27:25 +00:00
projectgenerator.h Update copyright headers 2015-02-11 06:49:51 +00:00
xmloutput.cpp Update copyright headers 2015-02-11 06:49:51 +00:00
xmloutput.h Update copyright headers 2015-02-11 06:49:51 +00:00