mirror of https://github.com/qt/qt3d.git
Doc: Fix issues in documentation configuration
Remove references to non-existent files and directories in qt3d.qdocconf and clean it up. Change-Id: I46ce4807dbcf3458c2c4dd5e360b92c92561f2ca Reviewed-by: Paul Wicking <paul.wicking@qt.io>
This commit is contained in:
parent
737273d13e
commit
c18a71a30d
|
|
@ -42,7 +42,7 @@ tagfile = qt3d.tags
|
|||
|
||||
depends += qtcore qtgui qtqml qtquick qtdoc
|
||||
|
||||
headerdirs += . \
|
||||
{headerdirs,sourcedirs} += . \
|
||||
../../render \
|
||||
../../core \
|
||||
../../logic \
|
||||
|
|
@ -51,8 +51,7 @@ headerdirs += . \
|
|||
../../input \
|
||||
../../extras \
|
||||
../../animation \
|
||||
../../quick3d/quick3dscene2d \
|
||||
../../quick3d/imports/scene3d
|
||||
../../quick3d/quick3dscene2d
|
||||
|
||||
# Exclude private header files from the documentation build
|
||||
excludefiles += "*_p.h"
|
||||
|
|
@ -62,21 +61,7 @@ headers = ../../core/transforms/matrix4x4_p.h \
|
|||
../../core/transforms/vector3d_p.h \
|
||||
../../render/raycasting/qray3d_p.h \
|
||||
../../input/frontend/qabstractphysicaldeviceproxy_p.h \
|
||||
../../input/frontend/qinputdeviceintegration_p.h \
|
||||
../../quick3d/imports/scene3d/scene3ditem_p.h
|
||||
|
||||
sourcedirs += . \
|
||||
../../render \
|
||||
../../core \
|
||||
../../logic \
|
||||
../../plugins \
|
||||
../../quick3d/quick3d \
|
||||
../../input \
|
||||
../../extras \
|
||||
../../animation \
|
||||
../../quick3d/quick3dscene2d \
|
||||
../../quick3d/imports/scene3d
|
||||
|
||||
../../input/frontend/qinputdeviceintegration_p.h
|
||||
|
||||
exampledirs += ../../../examples/qt3d \
|
||||
snippets
|
||||
|
|
|
|||
Loading…
Reference in New Issue