Commit 092e708a authored by Leena Miettinen's avatar Leena Miettinen
Browse files

QNX: List utilities needed for deploying apps to QNX devices


Task-number: QTBUG-69762
Change-Id: I4111411e09b7f643258207512d1d0502ce3fb571
Reviewed-by: default avatarhjk <hjk@qt.io>
Reviewed-by: default avatarJames McDonnell <jmcdonnell@blackberry.com>
 
Showing with 7 additions and 2 deletions
...@@ -337,14 +337,18 @@ ...@@ -337,14 +337,18 @@
does not provide, you can modify an existing one or develop your own. 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 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 utilities to enable Qt Creator to deploy, run, debug, and stop applications
devices: on QNX devices:
\list \list
\li \c awk \li \c awk
\li \c cat \li \c cat
\li \c cut
\li \c df
\li \c grep \li \c grep
\li \c kill \li \c kill
\li \c ln
\li \c mkdir
\li \c netstat \li \c netstat
\li \c print \li \c print
\li \c printf \li \c printf
...@@ -353,6 +357,7 @@ ...@@ -353,6 +357,7 @@
\li \c sed \li \c sed
\li \c sleep \li \c sleep
\li \c slog2info \li \c slog2info
\li \c tail
\li \c tar \li \c tar
\li \c zip \li \c zip
\li \c uname \li \c uname
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment