Refactoring: Use one common code to find the debugging helper library

Remove duplicated code from cmakeprojectmanager.
This commit is contained in:
dt
2009-04-24 14:59:47 +02:00
parent 55cc9fed5c
commit b419403b0f
5 changed files with 184 additions and 194 deletions

View File

@@ -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();
}