forked from qt-creator/qt-creator
		
	Refactoring: Use one common code to find the debugging helper library
Remove duplicated code from cmakeprojectmanager.
This commit is contained in:
		| @@ -422,7 +422,7 @@ QString Qt4RunConfiguration::dumperLibrary() const | ||||
| { | ||||
|     Qt4Project *pro = qobject_cast<Qt4Project *>(project()); | ||||
|     QtVersion *version = pro->qtVersion(pro->activeBuildConfiguration()); | ||||
|     return version->dumperLibrary(); | ||||
|     return version->debuggingHelperLibrary(); | ||||
| } | ||||
|  | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user