From 642ba31f8b4b7020209072ffb19852c1eedf3971 Mon Sep 17 00:00:00 2001 From: Leena Miettinen Date: Mon, 24 Oct 2022 11:35:55 +0200 Subject: [PATCH] Doc: Describe "Show subfolders inside source group folders" ...in Preferences > CMake. Task-number: QTCREATORBUG-27876 Change-Id: I0d71e0281413433e6acfdd7023c138c422a8712f Reviewed-by: Marcus Tillmanns Reviewed-by: Cristian Adam --- doc/qtcreator/src/cmake/creator-projects-cmake.qdoc | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/doc/qtcreator/src/cmake/creator-projects-cmake.qdoc b/doc/qtcreator/src/cmake/creator-projects-cmake.qdoc index 441cfe3a179..c6eefa5db24 100644 --- a/doc/qtcreator/src/cmake/creator-projects-cmake.qdoc +++ b/doc/qtcreator/src/cmake/creator-projects-cmake.qdoc @@ -45,6 +45,14 @@ \uicontrol {Clear CMake Configuration}, and then select \uicontrol Build > \uicontrol {Run CMake} to reconfigure the project. + The \uicontrol Projects view shows the names of the subfolders where the + source files are located. To hide the subfolder names and arrange the files + only according to their source group, select \uicontrol Edit > + \uicontrol Preferences > \uicontrol CMake > \uicontrol General, and then + deselect the \uicontrol {Show subfolders inside source group folders} check + box. The change takes effect after you select \uicontrol Build > + \uicontrol {Run CMake}. + \section1 Adding CMake Tools \QC requires CMake's \l{https://cmake.org/cmake/help/latest/manual/cmake-file-api.7.html}