forked from qt-creator/qt-creator
Qmake: Move buildDir() from ProFileNode to QmakeBuildSystem
More a buildsystem than a node thing in general and removes one use of activeBuildSystem and one use of the ProFileNode -> ProFile back pointers. Change-Id: Ie007fcd0db9e9294a08b3a1cd68f825c7d3dc9b8 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
@@ -505,12 +505,6 @@ QString QmakeProFileNode::singleVariableValue(const Variable var) const
|
||||
return values.isEmpty() ? QString() : values.first();
|
||||
}
|
||||
|
||||
FilePath QmakeProFileNode::buildDir(BuildConfiguration *bc) const
|
||||
{
|
||||
const QmakeProFile *pro = proFile();
|
||||
return pro ? pro->buildDir(bc) : FilePath();
|
||||
}
|
||||
|
||||
QString QmakeProFileNode::objectExtension() const
|
||||
{
|
||||
QStringList exts = variableValue(Variable::ObjectExt);
|
||||
|
||||
Reference in New Issue
Block a user