From 3361d0044305a4636c88dcec6657c3518604b3b4 Mon Sep 17 00:00:00 2001
From: Venugopal Shivashankar <Venugopal.Shivashankar@qt.io>
Date: Fri, 7 Dec 2018 09:13:37 +0100
Subject: [PATCH] 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>
---
 doc/config/qtdoc.qdocconf | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/config/qtdoc.qdocconf b/doc/config/qtdoc.qdocconf
index 2a337251..222e084a 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 \
-- 
GitLab