diff options
author | Venugopal Shivashankar <Venugopal.Shivashankar@qt.io> | 2018-12-07 09:13:37 +0100 |
---|---|---|
committer | Venugopal Shivashankar <Venugopal.Shivashankar@qt.io> | 2018-12-07 12:56:05 +0000 |
commit | 3361d0044305a4636c88dcec6657c3518604b3b4 (patch) | |
tree | 5fcb1c2a2bce6c48050ea2a98063706dc2261df5 | |
parent | 9d88932795ff77af70b1732a5df1013860ebb17f (diff) | |
download | qtdoc-3361d0044305a4636c88dcec6657c3518604b3b4.tar.gz |
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.qdocconf | 4 |
1 files 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 \ |