diff options
author | Bea Lam <bea.lam@nokia.com> | 2010-08-09 01:10:22 (GMT) |
---|---|---|
committer | Carlos Manuel Duclos Vergara <carlos.duclos@nokia.com> | 2010-08-09 11:49:39 (GMT) |
commit | 380335c8b8afd302f2f3f783163b2563ee9a122a (patch) | |
tree | ccb694c9b36493964a11b4d867030b9d65b90aab /doc/src | |
parent | 7c05fdc74c6ad04c549bf367f68e3f9d8d2c438d (diff) | |
download | Qt-380335c8b8afd302f2f3f783163b2563ee9a122a.zip Qt-380335c8b8afd302f2f3f783163b2563ee9a122a.tar.gz Qt-380335c8b8afd302f2f3f783163b2563ee9a122a.tar.bz2 |
Mention QML_IMPORT_TRACE in Modules docs
Diffstat (limited to 'doc/src')
-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. + + */ / |