Doc: Do not include the external sites by default

Move the line that adds the external page definions into its own
separate include file.

This prevents the files from being included in every Qt
documentation module by default, needlessly duplicating the
information. Currently only the QtDoc module (and modules that
depend on QtDoc) need it.

Task-number: QTBUG-41003
Change-Id: Ie2ddd3a645ea731787daacfffb3068cb36c79c9a
Reviewed-by: Martin Smith <martin.smith@digia.com>
Reviewed-by: Venugopal Shivashankar <venugopal.shivashankar@digia.com>
This commit is contained in:
Topi Reinio 2014-09-01 10:31:46 +02:00 committed by Topi Reiniö
parent 365c6e81be
commit 1ce0acfb14
2 changed files with 3 additions and 2 deletions

View File

@ -0,0 +1,3 @@
# Include the external websites
sourcedirs += externalsites

View File

@ -8,5 +8,3 @@ examples.imageextensions = "*.png *.jpg *.gif"
headers.fileextensions = "*.ch *.h *.h++ *.hh *.hpp *.hxx"
sources.fileextensions = "*.c++ *.cc *.cpp *.cxx *.mm *.qml *.qdoc"
#include the external websites
sourcedirs += externalsites