summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVenugopal Shivashankar <Venugopal.Shivashankar@qt.io>2018-12-07 09:13:37 +0100
committerVenugopal Shivashankar <Venugopal.Shivashankar@qt.io>2018-12-07 12:56:05 +0000
commit3361d0044305a4636c88dcec6657c3518604b3b4 (patch)
tree5fcb1c2a2bce6c48050ea2a98063706dc2261df5
parent9d88932795ff77af70b1732a5df1013860ebb17f (diff)
Doc: Change the depends order in the doc config
The depends order affects the auto links in the doc, especially for Controls 1 and Controls 2 QML types. Change-Id: Ibf46f9dc7428cfc6e242720d437939b0b29ab518 Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
-rw-r--r--doc/config/qtdoc.qdocconf4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/config/qtdoc.qdocconf b/doc/config/qtdoc.qdocconf
index 2a3372514..222e084a7 100644
--- a/doc/config/qtdoc.qdocconf
+++ b/doc/config/qtdoc.qdocconf
@@ -38,7 +38,7 @@ depends += \
qtqml \
qtqmltest \
qtquick \
- qtquickcontrols1 \
+ qtquickcontrols \
qtquickdialogs \
qtquickextras \
qtscript \
@@ -62,7 +62,7 @@ depends += \
qt3d \
qtcanvas3d \
qtwebview \
- qtquickcontrols \
+ qtquickcontrols1 \
qtwaylandcompositor \
qtcharts \
qtdatavisualization \