aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVenugopal Shivashankar <Venugopal.Shivashankar@qt.io>2021-05-04 23:52:10 +0200
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2021-06-23 22:15:47 +0000
commitd618abec260599dfac1de8db58cc424695534e73 (patch)
treedd6c34943909eb369ed95c81df960792019ed742
parent3a02010286b9ead843c7cd77e8fe8c106a7009d3 (diff)
Doc: Include the Qt.labs submodules in the sourcedirs list
The code for these submodules are moved out of imports but the qdocconf was not updated to include the new path. Fixes: QTBUG-92840 Change-Id: I8c4677354622c6b601b273c8c96d67c33535c77f Reviewed-by: Venugopal Shivashankar <Venugopal.Shivashankar@qt.io> Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> (cherry picked from commit e981455f9439758f53f742decb758027d0a2f5e6) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rw-r--r--src/quick/doc/qtquick.qdocconf3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/quick/doc/qtquick.qdocconf b/src/quick/doc/qtquick.qdocconf
index c36c226cbc..3c19316601 100644
--- a/src/quick/doc/qtquick.qdocconf
+++ b/src/quick/doc/qtquick.qdocconf
@@ -62,8 +62,7 @@ depends += \
../../quickwidgets \
../../qmllocalstorage \
../../quicklayouts \
- ../../labs/animation \
- ../../labs/folderlistmodel
+ ../../labs
exampledirs += ../../../examples/quick \
snippets