QDoc: Support -indexdir on CLI and depends in qdocconf.
authorCasper van Donderen <casper.vandonderen@nokia.com>
Fri, 20 Apr 2012 11:56:50 +0000 (13:56 +0200)
committerQt by Nokia <qt-info@nokia.com>
Mon, 23 Apr 2012 07:45:24 +0000 (09:45 +0200)
commit3a78aabf3f76abf403556d56d0a6bbf1294b3967
tree7cbefc83a343e5d81b7fd169211ab92f513e6fb1
parent8d9cb38a66e01356bd41d24e5e3b8b206065f941
QDoc: Support -indexdir on CLI and depends in qdocconf.

You can now specify a list of modules in the "depends" qdocconf
variable. This stringlist is then used by the -indexdir option to
specify in which directory to search for [depends entry]/[depends entry].index

Change-Id: Icab6dd0133e180ac04365da9605743def6fb754d
Reviewed-by: Martin Smith <martin.smith@nokia.com>
src/corelib/corelib.pro
src/corelib/doc/doc.pri [new file with mode: 0644]
src/tools/qdoc/config.h
src/tools/qdoc/main.cpp