diff --git a/doc/qtcreator/src/projects/creator-only/creator-projects-generic.qdoc b/doc/qtcreator/src/projects/creator-only/creator-projects-generic.qdoc index 2f72728562d..984161fd510 100644 --- a/doc/qtcreator/src/projects/creator-only/creator-projects-generic.qdoc +++ b/doc/qtcreator/src/projects/creator-only/creator-projects-generic.qdoc @@ -113,6 +113,16 @@ git ls-files "*.cpp" "*.h" > MyProject.files \endcode + \section2 Precompiled Headers + + To use precompiled headers in a generic project, add the \c pch tag after + a file path in the \c .files file, separated by the pipe character (|). + For example: + + \badcode + src/pch.h|pch + \endcode + \section1 Specifying Include Paths and Framework Paths The include paths are specified in the \tt{.includes} file, one include