summaryrefslogtreecommitdiffstats
path: root/qmake/option.h
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@nokia.com>2012-04-17 12:15:39 +0200
committerOswald Buddenhagen <oswald.buddenhagen@nokia.com>2012-06-27 09:39:50 +0200
commit4753958db707001d1e14fa8312708dc1e891bacc (patch)
treea08250cc5e1c79fd2c8622dd42dbaff8b114bb4e /qmake/option.h
parent777fa561ab3af83ac78dbe55a22ae28097f0dfbd (diff)
revamp handling of qmake target mode
the project evaluator becomes oblivious of the target mode. the mode is set up in spec_post.prf according to the spec. $$QMAKE_TARGET contains the feature suffixes to search, and is also contained in $$CONFIG. the target_mode variable itself becomes private to the Makefile class. Change-Id: I3c06d9dab536b753343cec6c5c491d3203e50bd8 Reviewed-by: Mark Brand <mabrand@mabrand.nl>
Diffstat (limited to 'qmake/option.h')
-rw-r--r--qmake/option.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/qmake/option.h b/qmake/option.h
index 09922e9c00..32bc06bc61 100644
--- a/qmake/option.h
+++ b/qmake/option.h
@@ -173,8 +173,6 @@ struct Option
static QStringList before_user_vars, after_user_vars;
enum HOST_MODE { HOST_UNKNOWN_MODE, HOST_UNIX_MODE, HOST_WIN_MODE, HOST_MACX_MODE };
static HOST_MODE host_mode;
- enum TARG_MODE { TARG_UNKNOWN_MODE, TARG_UNIX_MODE, TARG_WIN_MODE, TARG_MACX_MODE };
- static TARG_MODE target_mode;
static QString user_template, user_template_prefix;
static QStringList shellPath;