aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qnx/qnxdebugsupport.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/qnx/qnxdebugsupport.cpp')
-rw-r--r--src/plugins/qnx/qnxdebugsupport.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/qnx/qnxdebugsupport.cpp b/src/plugins/qnx/qnxdebugsupport.cpp
index 37809a9e44..8b5cde356a 100644
--- a/src/plugins/qnx/qnxdebugsupport.cpp
+++ b/src/plugins/qnx/qnxdebugsupport.cpp
@@ -261,7 +261,7 @@ void QnxAttachDebugSupport::showProcessesDialog()
FilePath localExecutable = dlg.localExecutable();
if (localExecutable.isEmpty()) {
if (auto aspect = runConfig->aspect<SymbolFileAspect>())
- localExecutable = aspect->fileName();
+ localExecutable = aspect->filePath();
}
auto runControl = new RunControl(ProjectExplorer::Constants::DEBUG_RUN_MODE);