gcce toolchain needs default make target dependent on debug/release.

Passing the Project to the tool chain now. Not quite sure if I like it.
This commit is contained in:
con
2009-06-09 13:44:33 +02:00
parent 655a1c9198
commit 7bec2253c9
7 changed files with 21 additions and 9 deletions

View File

@@ -382,7 +382,7 @@ QString Qt4Project::makeCommand(const QString &buildConfiguration) const
QString Qt4Project::defaultMakeTarget(const QString &buildConfiguration) const
{
return qtVersion(buildConfiguration)->toolChain()->defaultMakeTarget();
return qtVersion(buildConfiguration)->toolChain()->defaultMakeTarget(this);
}
void Qt4Project::updateCodeModel()