From 6b73eec05bceba0dd370bbfb7927bf5681c00709 Mon Sep 17 00:00:00 2001 From: Leena Miettinen Date: Fri, 27 Sep 2019 16:34:40 +0200 Subject: [PATCH] Doc: Describe removing existing directories from projects Task-number: QTCREATORBUG-16575 Change-Id: Ic2aed97d8b414b6aa69e00e6620a7613845c562d Reviewed-by: Christian Kandeler --- doc/src/howto/creator-sidebar-views.qdoc | 2 ++ doc/src/projects/creator-only/creator-projects-generic.qdoc | 6 +++--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/doc/src/howto/creator-sidebar-views.qdoc b/doc/src/howto/creator-sidebar-views.qdoc index 642017cbef2..444a6018421 100644 --- a/doc/src/howto/creator-sidebar-views.qdoc +++ b/doc/src/howto/creator-sidebar-views.qdoc @@ -186,6 +186,8 @@ file, \QC displays a list of other files with the same base name and offers to rename them as well. \if defined(qtcreator) + \li Remove existing directories from \l{Setting Up a Generic Project} + {generic projects}. \li Add existing files and directories. \li Add libraries. For more information, see \l{Adding Libraries to Projects}. diff --git a/doc/src/projects/creator-only/creator-projects-generic.qdoc b/doc/src/projects/creator-only/creator-projects-generic.qdoc index 8ec7958d0eb..56593f9cce8 100644 --- a/doc/src/projects/creator-only/creator-projects-generic.qdoc +++ b/doc/src/projects/creator-only/creator-projects-generic.qdoc @@ -1,6 +1,6 @@ /**************************************************************************** ** -** Copyright (C) 2018 The Qt Company Ltd. +** Copyright (C) 2019 The Qt Company Ltd. ** Contact: https://www.qt.io/licensing/ ** ** This file is part of the Qt Creator documentation. @@ -99,8 +99,8 @@ To add or remove files, edit the \tt{.files} file in \QC. \QC recreates your project tree when you save the \tt{.files} file. - Alternatively, you can add and remove files using the context menu in the - project tree. + Alternatively, you can add and remove files or directories using the + context menu in the project tree. If you frequently need to update the \tt{.files} file, you can do so efficiently by using a script that updates the file for you. If the file