summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLaszlo Agocs <laszlo.agocs@digia.com>2014-05-21 13:59:51 +0200
committerLaszlo Agocs <laszlo.agocs@digia.com>2014-05-21 15:19:07 +0300
commit5c160b6fe916e5605eaa1fd8394b62527ff9f997 (patch)
tree342fa9523f5400f4ecbcf6fde169021fabaff500
parentbee1c07094a77779b6e8ec54071901d5ce6ed703 (diff)
Add notes about Quick Compiler failures
Change-Id: I04ff434e652ed22615b7f9829585fd69ea638f5a Reviewed-by: Kalle Viironen <kalle.viironen@digia.com>
-rw-r--r--src/doc/src/b2qt.qdoc11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/doc/src/b2qt.qdoc b/src/doc/src/b2qt.qdoc
index 2f32716..ab72787 100644
--- a/src/doc/src/b2qt.qdoc
+++ b/src/doc/src/b2qt.qdoc
@@ -1722,6 +1722,17 @@
The Qt WebEngine APIs are available only for Qt Quick 2 based applications at the moment.
The QWidget-based equivalents, like QWebEngineView, will become supported in future releases.
For the time being, use the WebEngineView QML element.
+
+ \section2 Qt Quick Compiler fails on the emulators
+
+ The Qt Quick Compiler is not yet functional in the emulator environments, and projects
+ are likely fail to build or run with compilation enabled. Support for the emulators
+ will be added in a later release.
+
+ \section2 QML debugging not functional when using Qt Quick Compiler
+
+ QML debugging is not fully functional when the Qt Quick Compiler is enabled. Support
+ for this will be added in a later release.
*/
/*!