forked from qt-creator/qt-creator
		
	Remove ToolChain::defaultMakeTarget
That was a Symbian specific hack. Change-Id: I6c9ed3d4c856699ce0930aa507b3aba43ca94785 Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
This commit is contained in:
		| @@ -286,16 +286,6 @@ void Qt4BuildConfiguration::setShadowBuildAndDirectory(bool shadowBuild, const Q | ||||
|     emitProFileEvaluateNeeded(); | ||||
| } | ||||
|  | ||||
| QString Qt4BuildConfiguration::defaultMakeTarget() const | ||||
| { | ||||
|     ToolChain *tc = ToolChainKitInformation::toolChain(target()->kit()); | ||||
|     BaseQtVersion *version = QtKitInformation::qtVersion(target()->kit()); | ||||
|     if (!tc || !version) | ||||
|         return QString(); | ||||
|  | ||||
|     return tc->defaultMakeTarget(); | ||||
| } | ||||
|  | ||||
| QString Qt4BuildConfiguration::makefile() const | ||||
| { | ||||
|     return static_cast<Qt4Project *>(target()->project())->rootQt4ProjectNode()->makefile(); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user