From 7d4c9a6f8f459747678b87ea4e2bd2e93d686115 Mon Sep 17 00:00:00 2001 From: Topi Reinio Date: Thu, 11 Jul 2019 20:05:52 +0200 Subject: Doc: Ensure macOS-specific widget docs are generated on other platforms The Clang parser in QDoc fails to parse the .mm source files if their include files are not found. Add a dummy 'AppKit.h' file under the /doc directory for this purpose, and add its include path to qtwidgets.qdocconf. Task-number: QTBUG-77009 Change-Id: Iaa984cb8f860367cbb7aa95808d26fb69d7da349 Reviewed-by: Paul Wicking --- src/widgets/doc/macOS/AppKit/AppKit.h | 1 + 1 file changed, 1 insertion(+) create mode 100644 src/widgets/doc/macOS/AppKit/AppKit.h (limited to 'src/widgets/doc/macOS') diff --git a/src/widgets/doc/macOS/AppKit/AppKit.h b/src/widgets/doc/macOS/AppKit/AppKit.h new file mode 100644 index 0000000000..29e2004423 --- /dev/null +++ b/src/widgets/doc/macOS/AppKit/AppKit.h @@ -0,0 +1 @@ +// Dummy header used in documentation build -- cgit v1.2.3