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:
parent
365c6e81be
commit
1ce0acfb14
3
doc/global/externalsites.qdocconf
Normal file
3
doc/global/externalsites.qdocconf
Normal file
@ -0,0 +1,3 @@
|
||||
# Include the external websites
|
||||
sourcedirs += externalsites
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user