debugger: make qt source path configurable

This commit is contained in:
hjk
2011-02-23 17:38:09 +01:00
parent 7a35865c50
commit 3331aea7da
8 changed files with 42 additions and 14 deletions

View File

@@ -601,10 +601,6 @@ static DebuggerStartParameters localStartParameters(RunConfiguration *runConfigu
//qDebug() << "DUMPER: " << sp.dumperLibrary << sp.dumperLibraryLocations;
sp.displayName = rc->displayName();
// Find qtInstallPath.
QString qmakePath = DebuggingHelperLibrary::findSystemQt(rc->environment());
if (!qmakePath.isEmpty())
sp.qtInstallPath = findQtInstallPath(qmakePath);
return sp;
}