Doc: Excluded qdoc files that caused unnecessary Qt Creator warnings.

The customcompleter and textcodes are widget examples, but they end up
in the Qt Core exampledirs boundary because of a reference to the
plugandpaint example in the docs. This resulted in a couple of wrong
entries being written into the examples-manifest.xml, which is used
by Qt Creator.

This change explicitly exludes the qdoc pages for the two examples
so that qdoc doesn't add the corresponding entries into
examples-manifest.xml.

Task-number: QTBUG-41996
Change-Id: I0e95b6d4d93e0ce18f5b34e5034b279598b4924f
Reviewed-by: Topi Reiniö <topi.reinio@digia.com>
Reviewed-by: Martin Smith <martin.smith@digia.com>
bb10
Venugopal Shivashankar 2015-05-15 14:42:45 +02:00
parent 3f0f707d4b
commit 20e36879d7
1 changed files with 3 additions and 0 deletions

View File

@ -42,5 +42,8 @@ imagedirs += images
excludedirs += snippets
excludefiles += ../../../examples/widgets/tools/customcompleter/doc/src/customcompleter.qdoc \
../../../examples/widgets/tools/codecs/doc/src/codecs.qdoc
navigation.landingpage = "Qt Core"
navigation.cppclassespage = "Qt Core C++ Classes"