Commit ba5445a9 authored by Topi Reinio's avatar Topi Reinio Committed by Topi Reiniö
Browse files

Doc: Set an empty module header for QtDoc


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: default avatarMartin Smith <martin.smith@qt.io>
parent 84a25f9b
No related merge requests found
Showing with 3 additions and 0 deletions
......@@ -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 \
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment