From 2cacb1444cfbf3876760625f11be0a36d3eacf4d Mon Sep 17 00:00:00 2001 From: Christian Kandeler Date: Wed, 20 Mar 2024 15:27:05 +0100 Subject: [PATCH] doc: Update tutorial for creating mobile app Change the wording so it no longer suggests we are shipping an outdated CMake. Change-Id: Ifa1d44017eb66fffd7b3dff17b2d5af2e247cca5 Reviewed-by: Leena Miettinen --- .../src/qtquick/creator-only/creator-mobile-app-tutorial.qdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/qtcreator/src/qtquick/creator-only/creator-mobile-app-tutorial.qdoc b/doc/qtcreator/src/qtquick/creator-only/creator-mobile-app-tutorial.qdoc index 830d1c8a844..f06917784bc 100644 --- a/doc/qtcreator/src/qtquick/creator-only/creator-mobile-app-tutorial.qdoc +++ b/doc/qtcreator/src/qtquick/creator-only/creator-mobile-app-tutorial.qdoc @@ -133,7 +133,7 @@ \skipto set_property \printuntil ) - Because the CMake version is older than 3.19, add a manual + For compatibility with CMake versions older than 3.19, add a manual finalization step to the \c qt_add_executable function: \quotefromfile accelbubble/CMakeLists.txt