Doc: Qt Design Studio: Fix missing search results page in online builds

The qt-html-templates-online include adds a source for the results page,
but because it was included before the main project .qdocconf, the latter
overrode this setting.

Pick-to: 6.0
Change-Id: I10d9491aa481eec958bdb8744e1c0bbd36e4763c
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
Reviewed-by: Johanna Vanhatapio <johanna.vanhatapio@qt.io>
This commit is contained in:
Topi Reinio
2021-11-08 11:58:48 +01:00
committed by Topi Reiniö
parent 17fbbf7cb9
commit 1c729b931f

View File

@@ -1,7 +1,7 @@
include(config/license.qdocconf)
include(config/qtdesignstudio.qdocconf)
include($QT_INSTALL_DOCS/global/qt-html-templates-online.qdocconf)
include(config/html-online.qdocconf)
include(config/qtdesignstudio.qdocconf)
# Override macros for online use
include(../config/macros-online.qdocconf)