diff options
Diffstat (limited to 'src/webview/doc/qtwebview.qdocconf')
-rw-r--r-- | src/webview/doc/qtwebview.qdocconf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/webview/doc/qtwebview.qdocconf b/src/webview/doc/qtwebview.qdocconf index 4a77767..1d89b53 100644 --- a/src/webview/doc/qtwebview.qdocconf +++ b/src/webview/doc/qtwebview.qdocconf @@ -33,6 +33,10 @@ exampledirs += ../../../examples/webview imagedirs += images examplesinstallpath = webview + +# Path to the root of qtwebview (for automatic linking to source code) +url.sources.rootdir = ../../.. + depends = qtcore qtdoc qtgui qtquick qtqml qtwebengine qmake qtcmake manifestmeta.highlighted.names = "QtWebView/Qt WebView Examples - Minibrowser" |