summaryrefslogtreecommitdiffstats
path: root/qmake/option.h
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@nokia.com>2012-04-16 17:12:53 +0200
committerOswald Buddenhagen <oswald.buddenhagen@nokia.com>2012-06-27 09:39:50 +0200
commit0ce1a6ba244c934b5b4504abb980806793d54515 (patch)
tree6d361c443dab353a2af8995baf0d1b8caa879b08 /qmake/option.h
parentfc1bca86081dc0698a7dd3f9c955edd194d5a798 (diff)
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>
Diffstat (limited to 'qmake/option.h')
-rw-r--r--qmake/option.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/qmake/option.h b/qmake/option.h
index 88ad989b82..10d696ec68 100644
--- a/qmake/option.h
+++ b/qmake/option.h
@@ -106,7 +106,6 @@ struct Option
//both of these must be called..
static int init(int argc=0, char **argv=0); //parse cmdline
- static void applyHostMode();
static void prepareProject(const QString &pfile);
static bool postProcessProject(QMakeProject *);