diff options
author | Simon Hausmann <simon.hausmann@qt.io> | 2018-05-16 13:26:32 +0200 |
---|---|---|
committer | Jani Heikkinen <jani.heikkinen@qt.io> | 2018-05-16 12:46:31 +0000 |
commit | 0d097a6995be7498b67b1586f8b2ebdc2cef26a3 (patch) | |
tree | f934028f137e8b676dd1821e7d67fa0204a086d6 | |
parent | 8a0244d3f46c1eb9904d9da7e741bb2e05ca3f3d (diff) | |
download | qtdoc-0d097a6995be7498b67b1586f8b2ebdc2cef26a3.tar.gz |
Fix whats new docs for Qt 5.11v5.11.0-rc2v5.11.05.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.qdoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/whatsnew/whatsnew511.qdoc b/doc/src/whatsnew/whatsnew511.qdoc index 5df7103a..76afa595 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 |