Added a way to change the tool chain.

This commit is contained in:
Roberto Raggi
2009-03-12 13:50:43 +01:00
parent 90e12652b4
commit 7b6eb2c47e
6 changed files with 38 additions and 26 deletions

View File

@@ -234,12 +234,6 @@ void GenericProjectNode::setIncludePaths(const QStringList &includePaths)
QStringList GenericProjectNode::defines() const
{ return _defines; }
QString GenericProjectNode::toolChainId() const
{ return _toolChainId; }
void GenericProjectNode::setToolChainId(const QString &toolChainId)
{ _toolChainId = toolChainId; }
bool GenericProjectNode::hasTargets() const
{
qDebug() << Q_FUNC_INFO;