summaryrefslogtreecommitdiffstats
path: root/qmake/option.h
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@nokia.com>2012-04-16 17:02:57 +0200
committerOswald Buddenhagen <oswald.buddenhagen@nokia.com>2012-06-27 09:39:49 +0200
commitfc1bca86081dc0698a7dd3f9c955edd194d5a798 (patch)
tree1c091c82f52b62b7281b9f237643d0fa9700e55b /qmake/option.h
parent16785c4c149d0e7188924fa5e01b153d4baeabfd (diff)
repurpose -unix/-macx/-win32 options
they have been deprecated long enough, so we can mess with them now. don't make them set the target mode any more; the makespec can do that autoritatively. instead, they can be used to override the host mode for debugging purposes. Change-Id: Ife5fdcf4f1b6b926901a80896ac92b7d821278d1 Reviewed-by: Joerg Bornemann <joerg.bornemann@nokia.com>
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 7b86d56e89..88ad989b82 100644
--- a/qmake/option.h
+++ b/qmake/option.h
@@ -177,7 +177,6 @@ struct Option
enum TARG_MODE { TARG_UNKNOWN_MODE, TARG_UNIX_MODE, TARG_WIN_MODE, TARG_MACX_MODE,
TARG_INTEGRITY_MODE };
static TARG_MODE target_mode;
- static bool target_mode_overridden;
static QString user_template, user_template_prefix;
static QStringList shellPath;