diff --git a/src/plugins/boot2qt/device-detection/qdbwatcher.cpp b/src/plugins/boot2qt/device-detection/qdbwatcher.cpp index f7e2f8bdc68..d3514fbc5bd 100644 --- a/src/plugins/boot2qt/device-detection/qdbwatcher.cpp +++ b/src/plugins/boot2qt/device-detection/qdbwatcher.cpp @@ -117,7 +117,7 @@ void QdbWatcher::forkHostServer() showMessage(message, true); return; } - if (Utils::Process::startDetached({qdbFilePath, {"server"}})) + if (Utils::Process::startDetached({qdbFilePath, {"server"}}, qdbFilePath.parentDir())) showMessage(Tr::tr("QDB host server started."), false); else showMessage(