Commit aecf79e8 authored by Martin Smith's avatar Martin Smith
Browse files

doc: Warn users about qdoc's clang dependency


From Qt 5.11, QDoc requires clang from LLVM 3.9 or later.
This new dependency must be listed in the Qt documentation.
This update adds a note to the Getting Started with Qt page
that refers the user to the QDoc manual for further instructions.

Change-Id: Ia308400c855d19b6391d9239ab74b060e931cd50
Task-number: QTBUG-65762
Reviewed-by: default avatarMitch Curtis <mitch.curtis@qt.io>
Showing with 7 additions and 0 deletions
......@@ -76,6 +76,13 @@
Use the Maintenance Tool under \e{<install_dir>} to add components and to
update or remove installed components.
\note From Qt 5.11, \l{QDoc Manual}{QDoc}, the Qt documentation generation
tool, requires \l{http://clang.llvm.org}{clang} from LLVM 3.9 or greater for
parsing C++ code. If you intend to use \l{QDoc Manual}{QDoc} to generate
documentation for your own projects, or if you intend to build the Qt
documentation locally from your Qt sources, see \l{Getting Started with QDoc}
for details.
\section2 Platform Requirements
Developing applications on different platforms are covered in the platform
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment