diff --git a/src/plugins/projectexplorer/customexecutablerunconfiguration.cpp b/src/plugins/projectexplorer/customexecutablerunconfiguration.cpp index 5eb0ff090d7..67cdaa2965a 100644 --- a/src/plugins/projectexplorer/customexecutablerunconfiguration.cpp +++ b/src/plugins/projectexplorer/customexecutablerunconfiguration.cpp @@ -25,7 +25,6 @@ #include "customexecutablerunconfiguration.h" -#include "devicesupport/devicemanager.h" #include "localenvironmentaspect.h" #include "target.h" @@ -82,7 +81,6 @@ Runnable CustomExecutableRunConfiguration::runnable() const r.command = commandLine(); r.environment = aspect()->environment(); r.workingDirectory = workingDirectory; - r.device = DeviceManager::defaultDesktopDevice(); if (!r.command.isEmpty()) { const FilePath expanded = macroExpander()->expand(r.command.executable());