forked from qt-creator/qt-creator
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:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user