On 08/20/2012 05:46 PM, ext [email protected] 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/
_______________________________________________
Development mailing list
[email protected]
http://lists.qt-project.org/mailman/listinfo/development

Reply via email to