summaryrefslogtreecommitdiffstats
path: root/src/webengine/doc/qtwebengine.qdocconf
diff options
context:
space:
mode:
Diffstat (limited to 'src/webengine/doc/qtwebengine.qdocconf')
-rw-r--r--src/webengine/doc/qtwebengine.qdocconf7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/webengine/doc/qtwebengine.qdocconf b/src/webengine/doc/qtwebengine.qdocconf
index 7b1bad4e6..401e59f31 100644
--- a/src/webengine/doc/qtwebengine.qdocconf
+++ b/src/webengine/doc/qtwebengine.qdocconf
@@ -38,6 +38,13 @@ manifestmeta.highlighted.names += "QtWebEngine/WebEngine Widgets Simple Browser
tagfile = ../../../doc/qtwebengine/qtwebengine.tags
+# Custom module header for clang that pulls in also QtWebEngineWidgets
+moduleheader = QtWebEngine_pch.h
+
+# Additional include paths for clang
+includepaths = -I $QT_PLUGIN_PATH/../include/QtWidgets \
+ -I $QT_PLUGIN_PATH/../include/QtWebEngineWidgets
+
depends += qtcore \
qtgui \
qtlocation \