summaryrefslogtreecommitdiff
path: root/src/plugins/qtsupport/debugginghelper.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/qtsupport/debugginghelper.cpp')
-rw-r--r--src/plugins/qtsupport/debugginghelper.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/qtsupport/debugginghelper.cpp b/src/plugins/qtsupport/debugginghelper.cpp
index 3c0bebbbce..442b59cf88 100644
--- a/src/plugins/qtsupport/debugginghelper.cpp
+++ b/src/plugins/qtsupport/debugginghelper.cpp
@@ -61,7 +61,7 @@ QStringList DebuggingHelperLibrary::debuggingHelperLibraryDirectories(const QStr
static QString sourcePath()
{
- return Core::ICore::resourcePath() + QLatin1String("/dumper/");
+ return Core::ICore::resourcePath() + QLatin1String("/debugger/");
}
static QStringList sourceFileNames()