diff options
author | Martin Smith <[email protected]> | 2019-09-14 14:54:24 +0200 |
---|---|---|
committer | Martin Smith <[email protected]> | 2019-09-16 13:15:55 +0200 |
commit | 43a6970ce328109d9d367978fa09e838bbac8596 (patch) | |
tree | d532322616c32da86c733b83cc2887f5ba45f135 /src/qml/doc/qtqml.qdocconf | |
parent | 28eb0caec23e0c315056cb035535b8806ccb0f37 (diff) |
doc: Add missing directories to qdocconf files
These might not be complete yet, but they do fix the
qdoc errors.
Change-Id: I75b0f0f7709a371149a6f7c82adfff9fe88408ea
Reviewed-by: Paul Wicking <[email protected]>
Diffstat (limited to 'src/qml/doc/qtqml.qdocconf')
-rw-r--r-- | src/qml/doc/qtqml.qdocconf | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/src/qml/doc/qtqml.qdocconf b/src/qml/doc/qtqml.qdocconf index cb9fb575b2..74d0a3b27c 100644 --- a/src/qml/doc/qtqml.qdocconf +++ b/src/qml/doc/qtqml.qdocconf @@ -37,11 +37,17 @@ tagfile = ../../../doc/qtqml/qtqml.tags depends += qtcore qtgui qtquick qtdoc qtlinguist qmake qtscript qtwidgets qtxmlpatterns qtquickcontrols headerdirs += .. \ - ../../imports/models + ../../imports/models \ + ../../qmlmodels \ + ../../qml \ + ../../qmlworkerscript sourcedirs += .. \ ../../imports/models \ - ../../imports/statemachine + ../../imports/statemachine \ + ../../qmlmodels \ + ../../qml \ + ../../qmlworkerscript exampledirs += ../../../examples/qml \ ../ \ |