summaryrefslogtreecommitdiffstats
path: root/src/doc/src/qtee-customization.qdoc
diff options
context:
space:
mode:
authorDavid Schulz <david.schulz@theqtcompany.com>2016-03-07 08:30:16 +0100
committerDavid Schulz <david.schulz@theqtcompany.com>2016-03-10 14:07:24 +0000
commitbd3acc5e0f1214fe164b05d8f0f6d3f609129607 (patch)
tree8311101053469a48a524905b304056a93e2f51c9 /src/doc/src/qtee-customization.qdoc
parent55fdd5ac3bd099dcb098ec07e7b0805b94ae73a1 (diff)
Doc: Also support Windows as a development host system.
Change-Id: Ia8639f5548d6795020f4f3a7dfefabab03760071 Reviewed-by: Topi Reiniƶ <topi.reinio@theqtcompany.com> Reviewed-by: Samuli Piippo <samuli.piippo@theqtcompany.com>
Diffstat (limited to 'src/doc/src/qtee-customization.qdoc')
-rw-r--r--src/doc/src/qtee-customization.qdoc8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/doc/src/qtee-customization.qdoc b/src/doc/src/qtee-customization.qdoc
index 5604375..68f1b7d 100644
--- a/src/doc/src/qtee-customization.qdoc
+++ b/src/doc/src/qtee-customization.qdoc
@@ -37,7 +37,7 @@
resides) is mounted read-only at boot time. To allow modification,
remount it read-write by entering the following command:
\badcode
- <INSTALL_DIR>/Tools/b2qt/adb remount
+ adb remount
\endcode
In the \c{appcontroller.conf} file, the input devices are
@@ -102,7 +102,7 @@
Alternatively, you can also use the following command:
\badcode
- <INSTALL_DIR>/Tools/b2qt/adb shell appcontroller --make-default <path>
+ adb shell appcontroller --make-default <path>
\endcode
Where \c{<path>} is the install path of your application binary on the
@@ -111,7 +111,7 @@
To remove your application from the default startup, use the following
command:
\badcode
- <INSTALL_DIR>/Tools/b2qt/adb shell appcontroller --remove-default
+ adb shell appcontroller --remove-default
\endcode
\section1 Configuring Display Resolution
@@ -246,7 +246,7 @@
connected via USB.
\badcode
- <INSTALL_DIR>/Tools/b2qt/adb shell "sed -i -e 's/USE_ETHERNET=no/USE_ETHERNET=yes/' /etc/default/adbd; sync"
+ adb shell "sed -i -e 's/USE_ETHERNET=no/USE_ETHERNET=yes/' /etc/default/adbd; sync"
\endcode
\note You need to restart the device for this change to take effect.