forked from qt-creator/qt-creator
Doc: Describe removing existing directories from projects
Task-number: QTCREATORBUG-16575 Change-Id: Ic2aed97d8b414b6aa69e00e6620a7613845c562d Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
@@ -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}.
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user