Enable shadow building by default for Qt4 projects

Reviewed-by: dt
This commit is contained in:
Tobias Hunger
2010-03-25 11:55:29 +01:00
parent c1c155f5bb
commit 092fd7c255
5 changed files with 41 additions and 4 deletions

View File

@@ -781,6 +781,12 @@ bool Qt4Project::wasEvaluateCanceled()
return m_cancelEvaluate;
}
QString Qt4Project::defaultTopLevelBuildDirectory() const
{
QFileInfo info(file()->fileName());
return projectDirectory() + QChar('/') + info.baseName() + QLatin1String("-build");
}
void Qt4Project::asyncUpdate()
{
if (debug)