summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTopi Reinio <topi.reinio@qt.io>2018-03-27 13:01:56 +0200
committerTopi Reiniƶ <topi.reinio@qt.io>2018-03-27 11:35:42 +0000
commitba5445a949facd89472f2a54fb88dc57b118786c (patch)
treed6a33c8be620af35f677d5301ed800a7e1be8ffd
parent84a25f9ba4c74271f7d40d7684a1657db22c954b (diff)
Doc: Set an empty module header for QtDocv5.11.0-beta3
Clang tries to find a module header <QtDoc> for this project and warns about it. Use an empty 'moduleheader' variable to clear the warning. Change-Id: Iee7ae73339f5e345c25d2e9ded0050378b476356 Reviewed-by: Martin Smith <martin.smith@qt.io>
-rw-r--r--doc/config/qtdoc.qdocconf3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/config/qtdoc.qdocconf b/doc/config/qtdoc.qdocconf
index 4368ea06f..40e327a38 100644
--- a/doc/config/qtdoc.qdocconf
+++ b/doc/config/qtdoc.qdocconf
@@ -6,6 +6,9 @@ project = QtDoc
description = Qt Reference Documentation
version = $QT_VERSION
+# Instruct Clang not to look for a module header
+moduleheader =
+
depends += \
activeqt \
qdoc \