Go to file
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
bin
config.tests Use C++ <cmath> instead of <math.h> 2015-02-16 16:21:15 +00:00
dist
doc Updated BSD licensed file headers 2015-02-15 07:41:17 +00:00
examples Use C++ <cmath> instead of <math.h> 2015-02-16 16:21:15 +00:00
lib
mkspecs
qmake fix quoting issues. all of them. (*) 2015-02-17 18:27:29 +00:00
src compose: Rename main.cpp to qcomposeplatforminputcontextmain.cpp 2015-02-17 15:36:21 +00:00
tests Android: Fix tst_QFileInfo::isExecutable() 2015-02-17 15:15:47 +00:00
tools
util Updated BSD licensed file headers 2015-02-15 07:41:17 +00:00
.gitattributes
.gitignore
.qmake.conf
.tag
configure Use C++ <cmath> instead of <math.h> 2015-02-16 16:21:15 +00:00
configure.bat
header.BSD Updated BSD licensed file headers 2015-02-15 07:41:17 +00:00
header.FDL
header.LGPL3
header.LGPL3-COMM
header.LGPL21
header.LGPL-ONLY
INSTALL
LGPL_EXCEPTION.txt
LICENSE.FDL
LICENSE.LGPLv3
LICENSE.LGPLv21
LICENSE.PREVIEW.COMMERCIAL
qtbase.pro
sync.profile