summaryrefslogtreecommitdiffstats
path: root/qmake/option.h
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@nokia.com>2012-04-20 19:53:14 +0200
committerOswald Buddenhagen <oswald.buddenhagen@nokia.com>2012-06-27 14:35:25 +0200
commit1b1aa3b4f8413bb467409aeadb5934c442b0835a (patch)
treec58cb39b681a3eb99d659b8967358405f1ab6bc0 /qmake/option.h
parent621b42e53db83726102f160b13e9764592c95bba (diff)
remove QMAKE_EXT_H_MOC and QMAKE_CPP_MOD_MOC from Option
these are not actually used inside qmake since ever the code was factored into moc.prf. Change-Id: I545f4857ca3f0b4bf2439703700069ac67ad4ca2 Reviewed-by: Joerg Bornemann <joerg.bornemann@nokia.com>
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 de02c39b2b..bd220a8376 100644
--- a/qmake/option.h
+++ b/qmake/option.h
@@ -80,13 +80,11 @@ struct Option
static QStringList h_ext;
static QStringList cpp_ext;
static QStringList c_ext;
- static QString h_moc_ext;
static QString cpp_moc_ext;
static QString obj_ext;
static QString lex_ext;
static QString yacc_ext;
static QString h_moc_mod;
- static QString cpp_moc_mod;
static QString lex_mod;
static QString yacc_mod;
static QString dir_sep;