[Development] How to build Qt5's docs?
Lincoln Ramsay
lincoln.ramsay at nokia.com
Tue Aug 21 02:32:50 CEST 2012
On 08/20/2012 05:46 PM, ext lars.knoll at nokia.com wrote:
> The second approach requires running qtdoc on some .qdocconf file in the
> qtdocs module (plus maybe some additional black magic ;-)
Not at all..
cd qtdoc
make online_docs
The only "trick" is that you need to force qmake to be run if you've
built modules after qtdoc builds, otherwise those modules will be
missing from the documentation.
make -C doc qmake
Or if your make doesn't have -C
cd doc
make qmake
cd ..
--
Lincoln Ramsay - Senior Software Engineer
Qt Development Frameworks, Nokia - http://qt.nokia.com/
More information about the Development
mailing list