diff options
author | Bea Lam <bea.lam@nokia.com> | 2010-08-09 01:10:22 (GMT) |
---|---|---|
committer | Bea Lam <bea.lam@nokia.com> | 2010-08-09 07:12:12 (GMT) |
commit | db91a8849bbe9581d096aa486708b9a655fc092f (patch) | |
tree | eb6d2c02a80d7c7b289774550f8f539f155402de /doc | |
parent | 983882f68a8f7463aa4adf6d379fd4ef5dd4f915 (diff) | |
download | Qt-db91a8849bbe9581d096aa486708b9a655fc092f.zip Qt-db91a8849bbe9581d096aa486708b9a655fc092f.tar.gz Qt-db91a8849bbe9581d096aa486708b9a655fc092f.tar.bz2 |
Mention QML_IMPORT_TRACE in Modules docs
Diffstat (limited to 'doc')
-rw-r--r-- | doc/src/declarative/modules.qdoc | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/src/declarative/modules.qdoc b/doc/src/declarative/modules.qdoc index 9e51a40..467b7d0 100644 --- a/doc/src/declarative/modules.qdoc +++ b/doc/src/declarative/modules.qdoc @@ -302,5 +302,13 @@ For examples of \c qmldir files for plugins, see the \l {declarative/cppextensions/plugins}{Plugins} example and \l {Tutorial: Writing QML extensions with C++}. + +\section1 Debugging + +The \c QML_IMPORT_TRACE environment variable can be useful for debugging +when there are problems with finding and loading modules. See +\l{Debugging module imports} for more information. + + */ / |