remove pointless initialization of qmakespec
we have proper fallback paths further down the line. Change-Id: I3648cc985d21bbec4c2c24e179830db4467af210 Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
This commit is contained in:
parent
f69c9059d6
commit
0dedf8c340
@ -115,7 +115,6 @@ QMakeGlobals::QMakeGlobals()
|
||||
dirlist_sep = QLatin1Char(':');
|
||||
dir_sep = QLatin1Char('/');
|
||||
#endif
|
||||
qmakespec = getEnv(QLatin1String("QMAKESPEC"));
|
||||
}
|
||||
|
||||
QMakeGlobals::~QMakeGlobals()
|
||||
|
Loading…
Reference in New Issue
Block a user