mirror of https://github.com/qt/qtdatavis3d.git
Doc: Enable automatic linking to sources on code.qt.io
Since 6.10, QDoc is capable of generating links to the declaration in the source code for each documented C++ API entity in their `Detailed description`. Add the required configuration to enable this feature in Qt Data Visualization. Change-Id: I1ee8a9be3a1bcfa9be11a54f3ccacd64efd2dcc5 Reviewed-by: Paul Wicking <paul.wicking@qt.io>
This commit is contained in:
parent
3da41eee3e
commit
ec05a97fe0
|
@ -11,6 +11,9 @@ examplesinstallpath = datavisualization
|
|||
exampledirs += ../../../examples/datavisualization \
|
||||
snippets
|
||||
|
||||
# Path to the root of qtdatavis3d (for automatic linking to source code)
|
||||
url.sources.rootdir = ../../..
|
||||
|
||||
{headerdirs,sourcedirs} += ..
|
||||
|
||||
imagedirs += ../images \
|
||||
|
|
Loading…
Reference in New Issue