summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Wicking <paul.wicking@qt.io>2021-06-11 10:00:17 +0200
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2021-06-11 10:16:48 +0000
commitf915c03232fafdb6fc1bf8cad2e1e4094c2bb828 (patch)
tree92b153a4f5406c1f9f2df4567cb43f49c0f5bd7b
parentbb5dee7400415bb0409647cc85778851cd3bf00b (diff)
downloadqtdoc-f915c03232fafdb6fc1bf8cad2e1e4094c2bb828.tar.gz
Doc: Remove entry about CMake incorrect in Qt 6
There is dedicated handling for qml/CMake in Qt 6 and the CMake API functions that do that are being documented separately. The CMake and QML teams are still discussing aspects of deploying and running qml apps. The result of those discussions will affect project structure recommendations. This patch removes incorrect information. Fixes: QTBUG-92848 Change-Id: I4bcdac1891721e4efe34f4cf3dd3b25e188e9d88 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io> (cherry picked from commit 7ae40a72b27b11009c7f7c060943541607eee471) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rw-r--r--doc/src/qmlapp/deployment.qdoc3
1 files changed, 0 insertions, 3 deletions
diff --git a/doc/src/qmlapp/deployment.qdoc b/doc/src/qmlapp/deployment.qdoc
index effb9b86..5c33c83f 100644
--- a/doc/src/qmlapp/deployment.qdoc
+++ b/doc/src/qmlapp/deployment.qdoc
@@ -82,9 +82,6 @@ the build system in a specific way:
\l{The Qt Resource System}{Qt's Resource system}.
\li Your application must load the QML documents via the \c qrc:/// URL scheme.
\li You can enable Ahead-of-Time compilation using the \c CONFIG+=qtquickcompiler directive.
- \li If you're using the CMake build system, then you can achieve this by inserting a
- \c find_package(Qt5QuickCompiler) call into your \c CMakeLists.txt and replacing the use
- of \c qt5_add_resources with \c qtquick_compiler_add_resources.
\endlist
One benefit of compiling ahead of time is that, in the event of syntax errors in your QML