From a72494182bb571346a86342a4631fd546d810576 Mon Sep 17 00:00:00 2001 From: Cristian Adam Date: Tue, 22 Jun 2021 14:17:23 +0200 Subject: [PATCH] QNX: Do not set application arguments to pdebug This way one can give application arguments to the application to be debugged on QNX. pdebug doesn't need the application arguments to be forwarded. Change-Id: I76d1bf0dcd9c8fd085245142239e427d9dcb711e Reviewed-by: hjk Reviewed-by: Cristian Adam --- src/plugins/qnx/qnxdebugsupport.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/plugins/qnx/qnxdebugsupport.cpp b/src/plugins/qnx/qnxdebugsupport.cpp index d2a44e73f6e..d254b9d954f 100644 --- a/src/plugins/qnx/qnxdebugsupport.cpp +++ b/src/plugins/qnx/qnxdebugsupport.cpp @@ -116,7 +116,6 @@ public: arguments.append(QmlDebug::qmlDebugTcpArguments(QmlDebug::QmlDebuggerServices, portsGatherer->qmlServer())); } - arguments.append(ProcessArgs::splitArgs(r.commandLineArguments)); r.commandLineArguments = ProcessArgs::joinArgs(arguments); doStart(r, runControl->device());