summaryrefslogtreecommitdiffstats
path: root/doc/global
diff options
context:
space:
mode:
authorTopi Reinio <topi.reinio@digia.com>2014-09-01 10:31:46 +0200
committerTopi Reiniƶ <topi.reinio@digia.com>2014-09-03 09:40:59 +0200
commit1ce0acfb141a899ec91f7586015c13c5aa3f0137 (patch)
tree23c506bc1d6010c93d1ce9d11b25397e1cf49603 /doc/global
parent365c6e81be0f09cf92ec4ed5a62f9951517859e7 (diff)
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>
Diffstat (limited to 'doc/global')
-rw-r--r--doc/global/externalsites.qdocconf3
-rw-r--r--doc/global/fileextensions.qdocconf2
2 files changed, 3 insertions, 2 deletions
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