From 1ce0acfb141a899ec91f7586015c13c5aa3f0137 Mon Sep 17 00:00:00 2001 From: Topi Reinio Date: Mon, 1 Sep 2014 10:31:46 +0200 Subject: [PATCH] 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 Reviewed-by: Venugopal Shivashankar --- doc/global/externalsites.qdocconf | 3 +++ doc/global/fileextensions.qdocconf | 2 -- 2 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 doc/global/externalsites.qdocconf diff --git a/doc/global/externalsites.qdocconf b/doc/global/externalsites.qdocconf new file mode 100644 index 0000000000..46ce8401c0 --- /dev/null +++ b/doc/global/externalsites.qdocconf @@ -0,0 +1,3 @@ +# Include the external websites +sourcedirs += externalsites + diff --git a/doc/global/fileextensions.qdocconf b/doc/global/fileextensions.qdocconf index ec47dc9c7f..0a106d5bef 100644 --- a/doc/global/fileextensions.qdocconf +++ b/doc/global/fileextensions.qdocconf @@ -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