forked from qt-creator/qt-creator
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>
This commit is contained in:
@@ -2263,6 +2263,9 @@
|
|||||||
|
|
||||||
\endlist
|
\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
|
\section1 Configuring Locator Filters
|
||||||
|
|
||||||
If the default filters do not match your use case, you can check whether you
|
If the default filters do not match your use case, you can check whether you
|
||||||
|
@@ -199,6 +199,11 @@
|
|||||||
|
|
||||||
\endlist
|
\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
|
\section2 Viewing the File System
|
||||||
|
|
||||||
If you cannot see a file in the \gui Projects view, switch to the
|
If you cannot see a file in the \gui Projects view, switch to the
|
||||||
|
Reference in New Issue
Block a user