don't let the make spec determine the host mode any more
authorOswald Buddenhagen <oswald.buddenhagen@nokia.com>
Mon, 16 Apr 2012 15:12:53 +0000 (17:12 +0200)
committerOswald Buddenhagen <oswald.buddenhagen@nokia.com>
Wed, 27 Jun 2012 07:39:50 +0000 (09:39 +0200)
commit0ce1a6ba244c934b5b4504abb980806793d54515
tree6d361c443dab353a2af8995baf0d1b8caa879b08
parentfc1bca86081dc0698a7dd3f9c955edd194d5a798
don't let the make spec determine the host mode any more

(some of) the generators are (moderately) x-platform, so it makes no
sense to nail the host platform to a generator (and thus a spec).
overriding the host platform is only a debugging mesasure anyway, so one
can use the (now undocumented) -unix/-macx/-win32 options for that.

Change-Id: If2a059f1feeb2c726e5838625ede1c7add829985
Reviewed-by: Joerg Bornemann <joerg.bornemann@nokia.com>
Reviewed-by: Mark Brand <mabrand@mabrand.nl>
qmake/generators/metamakefile.cpp
qmake/generators/metamakefile.h
qmake/option.cpp
qmake/option.h
qmake/project.cpp