diff options
author | Qt Continuous Integration System <qt-info@nokia.com> | 2010-09-24 12:27:00 (GMT) |
---|---|---|
committer | Qt Continuous Integration System <qt-info@nokia.com> | 2010-09-24 12:27:00 (GMT) |
commit | da6493ff277892117a802daa56b4846ae340d4bc (patch) | |
tree | 6da8d9cd01d09e8a870f67a9b90cb0e937b551df /doc/src | |
parent | 5e91a0a3add3b100fcae58eca7f700db12a456b4 (diff) | |
parent | f61d2d16310aa0a87ec1ba823f903f19575aed7c (diff) | |
download | Qt-da6493ff277892117a802daa56b4846ae340d4bc.zip Qt-da6493ff277892117a802daa56b4846ae340d4bc.tar.gz Qt-da6493ff277892117a802daa56b4846ae340d4bc.tar.bz2 |
Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integration
* '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1:
QML Debugging: Documentation fixes
dist/changes: QML Debugging changes
Updated changes-4.7.1.
Do not set DESTDIR to the current directory
Fix dependency on the plugins rule for multimedia
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/declarative/qdeclarativedebugging.qdoc | 18 |
1 files changed, 3 insertions, 15 deletions
diff --git a/doc/src/declarative/qdeclarativedebugging.qdoc b/doc/src/declarative/qdeclarativedebugging.qdoc index ea21852..64c312c 100644 --- a/doc/src/declarative/qdeclarativedebugging.qdoc +++ b/doc/src/declarative/qdeclarativedebugging.qdoc @@ -79,20 +79,8 @@ QDeclarativeImportDatabase::resolveType "Rectangle" = "QDeclarativeRectangle" \section1 Debugging with Qt Creator \l{http://qt.nokia.com/products/developer-tools}{Qt Creator} provides built-in -support for QML debugging. Open a QML project in Creator and enter Debug mode, -or click the "Start Debugging" option from the menu, and Creator will -show QML debugging information and options for your application, including -object inspection, property monitoring and application frame-rate analysis. - -Creator can be used to debug both local and remote QML applications. To -enable remote debugging, start the \l {QML Viewer} -on the remote device with a debugging port defined, like this: - -\code - QML_DEBUG_SERVER_PORT=3768 qmlviewer myqmlfile.qml -\endcode - -In Creator, open the project settings pane and set the server and port -details for the remote device, then start debugging. +support for QML debugging. QML projects and standalone C++ applications that +utilize QML can be debugged on desktops as well as on remote devices. +For more information, see the Qt Creator Manual. */ |