summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Hausmann <simon.hausmann@qt.io>2018-05-16 13:26:32 +0200
committerJani Heikkinen <jani.heikkinen@qt.io>2018-05-16 12:46:31 +0000
commit0d097a6995be7498b67b1586f8b2ebdc2cef26a3 (patch)
treef934028f137e8b676dd1821e7d67fa0204a086d6
parent8a0244d3f46c1eb9904d9da7e741bb2e05ca3f3d (diff)
Fix whats new docs for Qt 5.11v5.11.0-rc2v5.11.0
CONFIG += qmlcompiler is not a valid way for activating the Qt Quick Compiler, it's CONFIG += qtquickcompiler. Task-number: QTBUG-68292 Change-Id: I3c48772f97336a1414fe2ba66edcda5786b57250 Reviewed-by: Paul Wicking <paul.wicking@qt.io> Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io>
-rw-r--r--doc/src/whatsnew/whatsnew511.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/whatsnew/whatsnew511.qdoc b/doc/src/whatsnew/whatsnew511.qdoc
index 5df7103a8..76afa595b 100644
--- a/doc/src/whatsnew/whatsnew511.qdoc
+++ b/doc/src/whatsnew/whatsnew511.qdoc
@@ -72,7 +72,7 @@
code instead of assembly.
\li New hotspot JIT that generates optimized assembly for byte code that
gets repeatedly executed.
- \li \c {CONFIG += qmlcompiler} now also works in the open source version, by
+ \li \c {CONFIG += qtquickcompiler} now also works in the open source version, by
embedding the generated byte code at compile time.
\endlist