summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@qt.io>2019-09-27 16:34:40 +0200
committerLeena Miettinen <riitta-leena.miettinen@qt.io>2019-09-30 14:10:40 +0000
commit6b73eec05bceba0dd370bbfb7927bf5681c00709 (patch)
treec29bb205a92e0c32c2da3229e578b7fc14601697 /doc
parent3c5b774cd59b4a56d39752decfa4a4cc535234ac (diff)
downloadqt-creator-6b73eec05bceba0dd370bbfb7927bf5681c00709.tar.gz
Doc: Describe removing existing directories from projects
Task-number: QTCREATORBUG-16575 Change-Id: Ic2aed97d8b414b6aa69e00e6620a7613845c562d Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
Diffstat (limited to 'doc')
-rw-r--r--doc/src/howto/creator-sidebar-views.qdoc2
-rw-r--r--doc/src/projects/creator-only/creator-projects-generic.qdoc6
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 642017cbef..444a601842 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 8ec7958d0e..56593f9cce 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