summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPasi Petäjäjärvi <pasi.petajajarvi@theqtcompany.com>2016-01-04 10:45:29 +0200
committerPasi Petäjäjärvi <pasi.petajajarvi@theqtcompany.com>2016-01-13 11:53:11 +0000
commit1f82b18e1d63496aaccdfdcde97f7695b61b5639 (patch)
treed6985ba972d67bc7564287e859f50f3985c3c634 /doc
parent7d77101d9e32cfbf92d824592e5adaf1787de637 (diff)
downloadqtdoc-1f82b18e1d63496aaccdfdcde97f7695b61b5639.tar.gz
VxWorks: Update documentation
* Add QML loader thread section Change-Id: Ib475c80b69a13817e291775fa2e2a0c84d6c05fb Reviewed-by: Topi Reiniö <topi.reinio@theqtcompany.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/src/platforms/vxworks.qdoc8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/src/platforms/vxworks.qdoc b/doc/src/platforms/vxworks.qdoc
index 9026462a..a872cd5a 100644
--- a/doc/src/platforms/vxworks.qdoc
+++ b/doc/src/platforms/vxworks.qdoc
@@ -464,6 +464,14 @@
the \c cursorsPerRow setting. Atlases have to provide an image for all the
supported cursors.
+ \section1 QML Component loader thread
+
+ In some cases, a complex application (for example, using a lot of custom
+ QML components) may cause the QML loader thread to consume stack memory
+ more than the 32 KB available by default. Using the environment variable
+ \c QML_LOADERTHREAD_STACK_SIZE, it is possible to increase the stack
+ size available for the QML loader thread.
+
\section1 Running Qt Applications
Following example shows how to start an application when Qt 5 is built using