Autotools: Add method to retrieve default build dir based on project file

Change-Id: Ifd5af5c69329d2b9c86da8c8df796f317c65e1ee
Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
This commit is contained in:
Tobias Hunger
2013-08-13 10:35:03 +02:00
parent 9c5ae766a2
commit abc4d5f9e2
2 changed files with 7 additions and 1 deletions

View File

@@ -77,6 +77,7 @@ public:
ProjectExplorer::ProjectNode *rootProjectNode() const;
QStringList files(FilesMode fileMode) const;
QString defaultBuildDirectory() const;
static QString defaultBuildDirectory(const QString &projectPath);
QStringList buildTargets() const;
protected: