qt5base-lts/tests/auto/qprocessenvironment
Oswald Buddenhagen 4212ee7ec7 make QProcessEnvironment on Windows preserve variable name case
while windows itself does not care which case the variable names are in,
they may be passed to unix tools which *do* care.

note that this uses true case folding for string comparisons while
windows uses uppercasing. this means that "ess" and "eß" will be
considered the same by us, while not by windows. this is not expected to
have real-world impact, particularly because non-ascii variable names
are not used much.

Task-number: QTCREATORBUG-3110
Reviewed-by: thiago
Reviewed-by: dt
(cherry picked from commit f3db5603871928ebed43a085a496397e65952b39)
2011-05-10 12:54:52 +02:00
..
qprocessenvironment.pro Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
tst_qprocessenvironment.cpp make QProcessEnvironment on Windows preserve variable name case 2011-05-10 12:54:52 +02:00