diff options
author | Leena Miettinen <riitta-leena.miettinen@digia.com> | 2014-06-12 15:42:42 +0200 |
---|---|---|
committer | Leena Miettinen <riitta-leena.miettinen@digia.com> | 2014-06-13 10:42:19 +0200 |
commit | 27cc89eb4a1e157c68793718602416448547de20 (patch) | |
tree | b03961175d4c34c68d0c697369b5819ffd3cb033 /doc | |
parent | 5933136b199d14530d20feea7182ecb83503f5cf (diff) | |
download | qt-creator-27cc89eb4a1e157c68793718602416448547de20.tar.gz |
Doc: OTHER_FILES variable
Task-number: QTCREATORBUG-12054
Change-Id: I994098197514217522fe288f7e2a83e66ffd795e
Sanity-Review: Qt Sanity Bot <qt_sanitybot@qt-project.org>
Reviewed-by: Eike Ziller <eike.ziller@digia.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/src/editors/creator-editors.qdoc | 3 | ||||
-rw-r--r-- | doc/src/howto/creator-ui.qdoc | 5 |
2 files changed, 8 insertions, 0 deletions
diff --git a/doc/src/editors/creator-editors.qdoc b/doc/src/editors/creator-editors.qdoc index 23653eb061..bd1c889753 100644 --- a/doc/src/editors/creator-editors.qdoc +++ b/doc/src/editors/creator-editors.qdoc @@ -2263,6 +2263,9 @@ \endlist + If locator does not find some files, you can add them to the \c OTHER_FILES + variable in the .pro file to make them known to \QC. + \section1 Configuring Locator Filters If the default filters do not match your use case, you can check whether you diff --git a/doc/src/howto/creator-ui.qdoc b/doc/src/howto/creator-ui.qdoc index 3e2bdfec8c..6f4b946cee 100644 --- a/doc/src/howto/creator-ui.qdoc +++ b/doc/src/howto/creator-ui.qdoc @@ -199,6 +199,11 @@ \endlist + You can make additional files known to \QC, so that they become visible in + the \gui Projects view and known to the locator and search, but do not + affect the build system. Add the paths to the files to the \c OTHER_FILES + variable in the .pro file. + \section2 Viewing the File System If you cannot see a file in the \gui Projects view, switch to the |