diff options
author | dt <qtc-committer@nokia.com> | 2011-03-23 13:32:42 +0100 |
---|---|---|
committer | dt <qtc-committer@nokia.com> | 2011-03-23 15:27:02 +0100 |
commit | b45a73ffabf6169e0884612878d57310f45939e8 (patch) | |
tree | d3a2afee90075d1dc93c1dce30add3e4ba5c0f16 /src/plugins/qt4projectmanager/qt4project.cpp | |
parent | 435b4608d92c2be3868e470e184d3d0fde3935c1 (diff) | |
download | qt-creator-b45a73ffabf6169e0884612878d57310f45939e8.tar.gz |
Use unique build directories per qt version and debug/release
Reviewed-By: hunger
Diffstat (limited to 'src/plugins/qt4projectmanager/qt4project.cpp')
-rw-r--r-- | src/plugins/qt4projectmanager/qt4project.cpp | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/src/plugins/qt4projectmanager/qt4project.cpp b/src/plugins/qt4projectmanager/qt4project.cpp index f61ca97fa1..a11dde4902 100644 --- a/src/plugins/qt4projectmanager/qt4project.cpp +++ b/src/plugins/qt4projectmanager/qt4project.cpp @@ -747,19 +747,6 @@ bool Qt4Project::wasEvaluateCanceled() return m_cancelEvaluate; } -QString Qt4Project::defaultTopLevelBuildDirectory() const -{ - return defaultTopLevelBuildDirectory(file()->fileName()); -} - -QString Qt4Project::defaultTopLevelBuildDirectory(const QString &profilePath) -{ - if (profilePath.isEmpty()) - return QString(); - QFileInfo info(profilePath); - return QDir::cleanPath(projectDirectory(profilePath) + QLatin1String("/../") + info.baseName() + QLatin1String("-build")); -} - void Qt4Project::asyncUpdate() { if (debug) |