summaryrefslogtreecommitdiffstats
path: root/qmake/option.h
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@nokia.com>2012-05-03 20:59:14 +0200
committerOswald Buddenhagen <oswald.buddenhagen@nokia.com>2012-06-27 14:35:32 +0200
commit031ac3c167d356e9c853f2c8f4331d5a276c6651 (patch)
tree21281d900924211797c5559add90a4e5d470a7a3 /qmake/option.h
parenta47c6e5ea02e46eb08a40273ad07efa078bdfc28 (diff)
dispose of Option::host_mode
it was used only for determining the path separator, so do that directly. the -macx option went bye bye, as it is redundant with -unix now. Change-Id: Ib8344c042db56e05af75d263447311d4b43a3bf0 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 683c10b5f3..32af3a8013 100644
--- a/qmake/option.h
+++ b/qmake/option.h
@@ -168,8 +168,6 @@ struct Option
enum QMAKE_RECURSIVE { QMAKE_RECURSIVE_DEFAULT, QMAKE_RECURSIVE_YES, QMAKE_RECURSIVE_NO };
static QMAKE_RECURSIVE recursive;
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;
static QString user_template, user_template_prefix;
//QMAKE_*_PROPERTY options