summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@nokia.com>2010-06-17 11:25:06 +0200
committercon <qtc-committer@nokia.com>2010-06-17 12:13:50 +0200
commit66f04ed52af7f854640d1f9ba2a53a8737c0ef34 (patch)
tree5313af188bed432d1463fb979430978d0679afd3
parent7f3e4db6d82d1f409a6be2077ff05c10efcf5443 (diff)
downloadqt-creator-66f04ed52af7f854640d1f9ba2a53a8737c0ef34.tar.gz
Doc - Add altenative configurations for connections between Qt Creator and Maemo devices.
(cherry picked from commit c10d99720971f3469a1a1a87983a9f369404895a)
-rw-r--r--doc/qtcreator.qdoc34
1 files changed, 34 insertions, 0 deletions
diff --git a/doc/qtcreator.qdoc b/doc/qtcreator.qdoc
index b3cabea7d0..27a8d75645 100644
--- a/doc/qtcreator.qdoc
+++ b/doc/qtcreator.qdoc
@@ -6238,6 +6238,40 @@
\endlist
+ \section1 Troubleshooting
+
+ In complicated networks, the network configuration might block the connection
+ between Qt Creator and a device described in this section. If you cannot
+ establish a connection, try the following optional configurations:
+
+ \table
+
+ \header
+ \o usb0 in Mad Developer on Device
+ \o USB Network on Development PC
+ \o Host Name in Qt Creator Build Settings
+
+ \row
+ \o 172.30.7.15 255.255.255.0
+ \o 172.30.7.14 255.255.255.0
+ \o 172.30.7.15
+
+ \row
+ \o 10.133.133.15
+ \o 10.133.133.14
+ \o 10.133.133.15
+
+ \row
+ \o 192.168.133.15
+ \o 192.168.133.14
+ \o 192.168.133.15
+
+ \note You cannot use the value localhost for connections to a device.
+
+ \endtable
+
+ \note VPN connections might block the device connection.
+
*/