summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVenugopal Shivashankar <Venugopal.Shivashankar@qt.io>2021-08-19 16:07:35 +0200
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2021-08-23 08:15:08 +0000
commit8d0654563b1d31c8818eaeac721e598263e1bceb (patch)
tree10dc7b12e7bf0a00e3a09faa3eb60cf2fe259e17
parent69d11351c3ed67bb81fa0e4bffdb94b67cfb3582 (diff)
Doc: Fix headerdirs and sourcedirs
Apparently, the code has been reorganized a bit, but these config variables were still referring to old paths that do not exist. This change fixes these qdoc warnings: qt5/qtscxml/src/scxml/doc/qtscxml.qdocconf:37: (qdoc) warning: Cannot find file or directory: ../../imports/scxmlstatemachine qt5/qtscxml/src/scxml/doc/qtscxml.qdocconf:37: (qdoc) warning: Cannot find file or directory: ../../plugins/scxmldatamodel/ecmascriptdatamodel qt5/qtscxml/src/scxml/doc/qtscxml.qdocconf:42: (qdoc) warning: Cannot find file or directory: ../../plugins/scxmldatamodel/ecmascriptdatamodel Task-number: QTBUG-95860 Change-Id: Ib0ee7d9f2588aa42d3c94f9c610e3a82fffe5efb Reviewed-by: Paul Wicking <paul.wicking@qt.io> (cherry picked from commit d535490a7b4c09c897716532f7e00b44cab1cf17) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rw-r--r--src/scxml/doc/qtscxml.qdocconf5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/scxml/doc/qtscxml.qdocconf b/src/scxml/doc/qtscxml.qdocconf
index 6aeddb5..c4703c3 100644
--- a/src/scxml/doc/qtscxml.qdocconf
+++ b/src/scxml/doc/qtscxml.qdocconf
@@ -36,13 +36,12 @@ depends += qtcore qtdoc qmake qtquick qtwidgets qtstatemachine
headerdirs = .. \
../../scxmlqml \
- ../../imports/scxmlstatemachine \
- ../../plugins/scxmldatamodel/ecmascriptdatamodel
+ ../../plugins/ecmascriptdatamodel
sourcedirs += .. \
../../scxmlqml \
../../../tools/qscxmlc/doc \
- ../../plugins/scxmldatamodel/ecmascriptdatamodel
+ ../../plugins/ecmascriptdatamodel
excludefiles += "../qscxmlexecutablecontent_p.h"