qdoc: Don't always add example .qdoc files to source list
authorMartin Smith <martin.smith@nokia.com>
Tue, 7 Aug 2012 07:50:33 +0000 (09:50 +0200)
committerQt by Nokia <qt-info@nokia.com>
Tue, 7 Aug 2012 14:40:07 +0000 (16:40 +0200)
commite361a3f178b3efcb676fb5216e019f37691b171e
treec919708690df062d9e5e008280440db6ab4fcc10
parent9828dace05f419445197cc6b2912e87c11b797c8
qdoc: Don't always add example .qdoc files to source list

When qdoc finds a .qdoc file in an exampledirs directory,
it only adds it to the source list if it isn't already in
the source list. This may be overkill, but it's safe.

Change-Id: I2c5714c968f06e90f9b29b3a5481f80469e19ced
Reviewed-by: Jerome Pasion <jerome.pasion@nokia.com>
src/tools/qdoc/main.cpp