From 092e708a7c7333103c37a5c774ada27937bd1fe6 Mon Sep 17 00:00:00 2001
From: Leena Miettinen <riitta-leena.miettinen@qt.io>
Date: Mon, 3 Jun 2019 16:53:12 +0200
Subject: [PATCH] QNX: List utilities needed for deploying apps to QNX devices

Task-number: QTBUG-69762
Change-Id: I4111411e09b7f643258207512d1d0502ce3fb571
Reviewed-by: hjk <hjk@qt.io>
Reviewed-by: James McDonnell <jmcdonnell@blackberry.com>
---
 doc/src/platforms/qnx.qdoc | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/doc/src/platforms/qnx.qdoc b/doc/src/platforms/qnx.qdoc
index 09f9a807..1e2c9ba0 100644
--- a/doc/src/platforms/qnx.qdoc
+++ b/doc/src/platforms/qnx.qdoc
@@ -337,14 +337,18 @@
     does not provide, you can modify an existing one or develop your own.
 
     When you develop a BSP for your board, you should include the following
-    utilities to enable Qt Creator to run, debug, and stop applications on QNX
-    devices:
+    utilities to enable Qt Creator to deploy, run, debug, and stop applications
+    on QNX devices:
 
     \list
         \li \c awk
         \li \c cat
+        \li \c cut
+        \li \c df
         \li \c grep
         \li \c kill
+        \li \c ln
+        \li \c mkdir
         \li \c netstat
         \li \c print
         \li \c printf
@@ -353,6 +357,7 @@
         \li \c sed
         \li \c sleep
         \li \c slog2info
+        \li \c tail
         \li \c tar
         \li \c zip
         \li \c uname
-- 
GitLab