forked from qt-creator/qt-creator
Fix shadowbuild location
This commit is contained in:
@@ -783,7 +783,7 @@ bool Qt4Project::wasEvaluateCanceled()
|
|||||||
QString Qt4Project::defaultTopLevelBuildDirectory() const
|
QString Qt4Project::defaultTopLevelBuildDirectory() const
|
||||||
{
|
{
|
||||||
QFileInfo info(file()->fileName());
|
QFileInfo info(file()->fileName());
|
||||||
return projectDirectory() + QChar('/') + info.baseName() + QLatin1String("-build");
|
return QDir(projectDirectory() + QLatin1String("/../") + info.baseName() + QLatin1String("-build")).absolutePath();
|
||||||
}
|
}
|
||||||
|
|
||||||
void Qt4Project::asyncUpdate()
|
void Qt4Project::asyncUpdate()
|
||||||
|
|||||||
Reference in New Issue
Block a user