qt5base-lts/mkspecs/features/win32
Oswald Buddenhagen e07372ff50 fix host vs. makefile directory separator mess
the system path separator and shell are bound to the host system
(system() will use cmd even on mingw with sh.exe in path).
the makefiles otoh may depend on what the qmakespec defines.

consequently, add $$system_path() and $$system_quote() (for use with
system() & $$system()). $$native_path() is renamed to $$shell_path() and
should be used with $$shell_quote() to produce command lines in
makefiles.
$$QMAKE_DIR_SEP needs to be applied to Option::dir_sep right after
parsing the spec, so it is available to $$shell_{path,quote}().

Change-Id: If3db4849e7f96068cf03a32348a24f3a72d6292c
Reviewed-by: Rafael Roquetto <rafael.roquetto@kdab.com>
Reviewed-by: Sean Harmer <sean.harmer@kdab.com>
2012-07-28 00:09:45 +02:00
..
console.prf Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
default_pre.prf win32/default_pre.prf: Remove exceptions_off, thread_off, stl_off. 2012-05-21 16:02:06 +02:00
embed_manifest_dll.prf fix host vs. makefile directory separator mess 2012-07-28 00:09:45 +02:00
embed_manifest_exe.prf fix host vs. makefile directory separator mess 2012-07-28 00:09:45 +02:00
ltcg.prf Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
msvc_mp.prf Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
opengl.prf Windows: Add ANGLE support. 2012-05-31 09:13:01 +02:00
openvg.prf Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qaxcontainer.prf Changed path references to ActiveQt. 2011-04-27 12:05:56 +02:00
qaxserver.prf correctly find idc even for makefiles 2012-06-19 16:46:07 +02:00
qt_dll.prf Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
rtti_off.prf Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
rtti.prf Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
stl_off.prf Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
stl.prf Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
thread_off.prf Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
thread.prf Remove the QT_THREAD_SUPPORT defines 2011-12-06 18:37:54 +01:00
windows.prf Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00