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:
Oswald Buddenhagen
2012-06-13 19:37:50 +02:00
parent bc4c499684
commit 20baedf3b5
4 changed files with 106 additions and 59 deletions

View File

@@ -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)