forked from qt-creator/qt-creator
debugger: make qt source path configurable
This commit is contained in:
@@ -4492,7 +4492,8 @@ void GdbEngine::notifyInferiorSetupFailed()
|
||||
void GdbEngine::handleInferiorPrepared()
|
||||
{
|
||||
QTC_ASSERT(state() == InferiorSetupRequested, qDebug() << state());
|
||||
const QByteArray qtInstallPath = startParameters().qtInstallPath.toLocal8Bit();
|
||||
const QByteArray qtInstallPath =
|
||||
debuggerCore()->action(QtSourcesLocation)->value().toString().toLocal8Bit();
|
||||
if (!qtInstallPath.isEmpty()) {
|
||||
QByteArray qtBuildPath;
|
||||
#if defined(Q_OS_WIN)
|
||||
|
||||
Reference in New Issue
Block a user