summaryrefslogtreecommitdiffstats
path: root/qmake/option.h
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@nokia.com>2012-05-03 20:53:10 +0200
committerOswald Buddenhagen <oswald.buddenhagen@nokia.com>2012-06-27 14:35:32 +0200
commita47c6e5ea02e46eb08a40273ad07efa078bdfc28 (patch)
tree0989d5873b34cd76e41abe3ca02b90c859681928 /qmake/option.h
parente18ceca47e44ffcec35d4c2bbfdd85c0bfa04d42 (diff)
dispose of Option::shellPath
use isWindowsShell() in the one remaining case. Change-Id: I25eab398ef50df5a7f4ec808279b83ca900e3c58 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 bd220a8376..683c10b5f3 100644
--- a/qmake/option.h
+++ b/qmake/option.h
@@ -171,7 +171,6 @@ struct Option
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;
- static QStringList shellPath;
//QMAKE_*_PROPERTY options
struct prop {