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 <hjk@qt.io>
Reviewed-by: Cristian Adam <cristian.adam@qt.io>
This commit is contained in:
Cristian Adam
2021-06-22 14:17:23 +02:00
parent f29591aa4a
commit a72494182b

View File

@@ -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());