qt5base-lts/qmake/generators/win32
Oswald Buddenhagen e0962270d7 replace incorrect uses of fixPathToLocalOS() (mostly)
in most cases, it actually means normalizePath() (because the file name is
used with qt i/o functions afterwards).
this affects QMakeLocalFile::local() as well, so many not immediately
obvious places are affected as well.
there was also one case of fixPathToTargetOS() falling into this category.
this is mostly a no-op, as the qt functions are agnostic to the path
separator.

in some other cases (in particular in the vcproj generator), it actually
means fixPathToTargetOS().
this is mostly a no-op as well, as the two functions are equal except on
msys anyway.

in the <meta file>FileName() functions, the use of a fixPath*() function
is bogus in the first place - fileFixify() already does
fixPathToTargetOS(), and this is correct when the file name is used
verbatim in a make command (which it is). otherwise it's irrelevant.

Change-Id: I26712da8f888c704f8b7f42dbe24c941b6ad031d
Reviewed-by: Joerg Bornemann <joerg.bornemann@theqtcompany.com>
2015-02-17 18:27:44 +00:00
..
cesdkhandler.cpp Update copyright headers 2015-02-11 06:49:51 +00:00
cesdkhandler.h Update copyright headers 2015-02-11 06:49:51 +00:00
mingw_make.cpp replace incorrect uses of fixPathToLocalOS() (mostly) 2015-02-17 18:27:44 +00:00
mingw_make.h fix quoting issues. all of them. (*) 2015-02-17 18:27:29 +00:00
msbuild_objectmodel.cpp replace incorrect uses of fixPathToLocalOS() (mostly) 2015-02-17 18:27:44 +00:00
msbuild_objectmodel.h Update copyright headers 2015-02-11 06:49:51 +00:00
msvc_nmake.cpp fix quoting issues. all of them. (*) 2015-02-17 18:27:29 +00:00
msvc_nmake.h Update copyright headers 2015-02-11 06:49:51 +00:00
msvc_objectmodel.cpp replace incorrect uses of fixPathToLocalOS() (mostly) 2015-02-17 18:27:44 +00:00
msvc_objectmodel.h Update copyright headers 2015-02-11 06:49:51 +00:00
msvc_vcproj.cpp replace incorrect uses of fixPathToLocalOS() (mostly) 2015-02-17 18:27:44 +00:00
msvc_vcproj.h fix filename handling in replaceExtraCompilerVariables() 2015-02-17 18:27:25 +00:00
msvc_vcxproj.cpp Update copyright headers 2015-02-11 06:49:51 +00:00
msvc_vcxproj.h Update copyright headers 2015-02-11 06:49:51 +00:00
winmakefile.cpp replace incorrect uses of fixPathToLocalOS() (mostly) 2015-02-17 18:27:44 +00:00
winmakefile.h fix quoting issues. all of them. (*) 2015-02-17 18:27:29 +00:00