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:
hjk
2011-10-27 10:54:47 +02:00
committed by hjk
parent 2db25cb4b8
commit e9620aa3b1
2 changed files with 3 additions and 3 deletions

View File

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