From d7edd5c757ef2e1c9555fcf3c1e5090a217cef68 Mon Sep 17 00:00:00 2001 From: Pranta Dastider Date: Wed, 2 Oct 2024 17:43:08 +0200 Subject: [PATCH] QmlDesigner: Update contextual help doc with Git information The contextual help was missing Git requirement information to be able to use the CMake Generation option in Design Studio. This patch fixes the issue by including the information. Change-Id: I094d6a411df96d9995578cc0dbdd26a5e84f2d6e Reviewed-by: Mats Honkamaa Reviewed-by: Thomas Hartmann --- .../src/developers/studio-designer-developer-workflow.qdoc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/qtdesignstudio/src/developers/studio-designer-developer-workflow.qdoc b/doc/qtdesignstudio/src/developers/studio-designer-developer-workflow.qdoc index 5b59d665971..78e90404542 100644 --- a/doc/qtdesignstudio/src/developers/studio-designer-developer-workflow.qdoc +++ b/doc/qtdesignstudio/src/developers/studio-designer-developer-workflow.qdoc @@ -39,6 +39,9 @@ \list \li Qt Creator 13.0 or above. \li \QDS 4.5 or above. + \li Git. + + \note Learn more about getting Git \l {https://wiki.qt.io/Git_Installation} {here}. \endlist \list 1