forked from qt-creator/qt-creator
debugger: fix hard-coded location of declarative debug symbols
This really should not be needed to start with. Change-Id: Ife4349fe2d590c7a379d30b59a83bc9f54aeb063 Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
@@ -1211,7 +1211,7 @@ void DebuggerPluginPrivate::maybeEnrichParameters(DebuggerStartParameters *sp)
|
||||
sp->debugSourceLocation.append(base + "qt5base/src/gui");
|
||||
sp->debugSourceLocation.append(base + "qt5base/src/network");
|
||||
sp->debugSourceLocation.append(base + "qt5base/src/v8");
|
||||
sp->debugSourceLocation.append(base + "qtdeclarative/src/declarative/qml");
|
||||
sp->debugSourceLocation.append(base + "qt5declarative/src/declarative/qml");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user