forked from qt-creator/qt-creator
do .qmake.cache search per sub-project
follow suit with qmake ... Change-Id: I40ed12d8cba4ae39b80f47e34c370f40656b9d83 Reviewed-by: Daniel Teske <daniel.teske@nokia.com> Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
This commit is contained in:
@@ -104,16 +104,11 @@ QMakeGlobals::QMakeGlobals()
|
||||
dir_sep = QLatin1Char('/');
|
||||
#endif
|
||||
qmakespec = getEnv(QLatin1String("QMAKESPEC"));
|
||||
|
||||
#ifdef PROEVALUATOR_THREAD_SAFE
|
||||
base_inProgress = false;
|
||||
#endif
|
||||
base_eval = 0;
|
||||
}
|
||||
|
||||
QMakeGlobals::~QMakeGlobals()
|
||||
{
|
||||
delete base_eval;
|
||||
qDeleteAll(baseEnvs);
|
||||
}
|
||||
|
||||
void QMakeGlobals::setCommandLineArguments(const QStringList &args)
|
||||
|
||||
Reference in New Issue
Block a user