diff --git a/src/plugins/debugger/debuggerplugin.cpp b/src/plugins/debugger/debuggerplugin.cpp index 6d65e5341a5..9d7c4d88073 100644 --- a/src/plugins/debugger/debuggerplugin.cpp +++ b/src/plugins/debugger/debuggerplugin.cpp @@ -1318,7 +1318,7 @@ void DebuggerPluginPrivate::maybeEnrichParameters(DebuggerStartParameters *sp) sp->debugSourceLocation.append(base + QLatin1String("qt5base/src/gui")); sp->debugSourceLocation.append(base + QLatin1String("qt5base/src/network")); sp->debugSourceLocation.append(base + QLatin1String("qt5base/src/v8")); - sp->debugSourceLocation.append(base + QLatin1String("qt5declarative/src/declarative/qml")); + sp->debugSourceLocation.append(base + QLatin1String("qt5declarative/src/qml")); } }