From 0d097a6995be7498b67b1586f8b2ebdc2cef26a3 Mon Sep 17 00:00:00 2001 From: Simon Hausmann Date: Wed, 16 May 2018 13:26:32 +0200 Subject: Fix whats new docs for Qt 5.11 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 Reviewed-by: Jani Heikkinen --- doc/src/whatsnew/whatsnew511.qdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.1