From 0ce1a6ba244c934b5b4504abb980806793d54515 Mon Sep 17 00:00:00 2001 From: Oswald Buddenhagen Date: Mon, 16 Apr 2012 17:12:53 +0200 Subject: 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 Reviewed-by: Mark Brand --- qmake/option.h | 1 - 1 file changed, 1 deletion(-) (limited to 'qmake/option.h') 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 *); -- cgit v1.2.3